Issue
I want to debug my ionic application in WebStorm. I am able to run the app in browser. But how can I debug?
I tried: ionic serve --debug
which doesn't seem to trigger any debugging?
How can I debug the app when it runs in browser?
Solution
With Chrome you can type chrome://inspect into your address bar As soon as you are running your Android app, you can inspect the app when you are running it with the "ionic run android" or "ionic emulate android" command
The version of Android, however, must be higher than 4.3 I think...
Answered By - Johan Degrieck
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.