-
Notifications
You must be signed in to change notification settings - Fork 24
WebStorm IDE Debugging
Stephen Sporik edited this page Aug 21, 2013
·
11 revisions
A few configuration steps need to be taken in order to allow full debugging from within the web browser. It is recommended to use Google Chrome, support for Mozilla Firefox is also available in WebStorm.
Add a New Configuration Profile.
Select a Remote Configuration.
Set the URL to the virtual directory of your application that is running through IIS. Make sure to turn on "Check that no other instances are running."
Lastly, an extension must be added to Chrome. It is available in the Google Chrome Web Store..
To run the code, push the Debug button in the toolbar.
- If WebStorm cannot find the Google Chrome executable file:
Open the Settings Menu.
Set the web browser executable.
- If the debugger cannot reach your break points.
Follow the URL reference prompt when hovering over a break point.
Here is a fully capable debugging example:











