Launching a JavaScript debug session with the Java and mixed language debugger
To launch a debug session for a Web object that contains JavaScript, you use the Java and Mixed Language Application launch configuration. For information about the launch configuration, see the related topics below.
Once you have launched a debug session with the launch configuration, you will need to do the following:
- Launch the Web object by entering its URL in a browser.
- Step until a JavaScript stack is reached and the editor is displaying a JavaScript block, or set a breakpoint in your JavaScript and run until it is reached.
Related concepts
JavaScript debugging methods
Related tasks
Creating a new Java and mixed language debug adapter launch configuration
Running
Stepping through a program
Using breakpoints