Logcat window in Webstorm 10

1

I'm ashamed to ask this, but come on:

I use WebStorm 10 to develop my applications using Cordova, and for months I've been looking for minimal functionality and I just can not find: The Logcat Window!

I use the Eclipse window and I think it's just great, but it's annoying to have 2 tools open.

I simply find it absurd that Webstorm does not have it!

Well, searching the Web I find several texts on the Jetbrains website, but simply nothing useful! Some plugins have dependencies that simply do not exist and I can not make something simple work.

So I would like to know: Do any of you know how I enable Logcat in WebStorm 10?

    
asked by anonymous 23.12.2015 / 20:52

1 answer

1

After a lot of research I ended up finding an alternative solution: sdk itself offers a GUI called Monitor, located at% android_sdk_path% \ tools \ monitor.exe.

It provides a satisfying insight for me, and it's certainly better than having the eclipse and webstorm open.

Just out of curiosity, the eclipse presents a window with the same tool, so it's as if I only execute the eclipse tab that interests me.

Problem solved!

    
24.12.2015 / 12:09