Introduction
Once you have the JavaScript debugger configured and installed for your browser (see Installing the JavaScript debugger), you can run the JavaScript debugger. Use the debugger to help you troubleshoot your JavaScript code.
Instructions
To run the debugger:
- Use Debug toolbar drop-down item to start any previously saved launch configuration. Or
- In either your App Explorer or Project Explorer views, right-click the file that you want to debug and select Debug As... > JavaScript Web Application from the context menu. A browser window containing your file opens.
- Return to Studio.
-
In the upper-right corner of the workbench, click the Debug perspective button .
You can now start using the Debug perspective to start debugging your JavaScript code. See About the Debug perspective for more information.
To stop debugging and close your browser window, click the Terminate button in Debug or Console views.