JavaScript debug adapter

The server-side JavaScript™ debug adapter enables you to detect and diagnose errors in JavaScript that is running locally or remotely on a WebSphere® Application Server.

With the debugger, you can control the execution of your JavaScript by setting line breakpoints, stepping through your code, and examining the contents of variables. There are two methods by which you can debug JavaScript. For information about JavaScript debugging methods, see the related topic.

You use the JavaScript debug adapter after launching a debug session with the WebSphere Application Server debug adapter. For information about launching with this debug adapter, see the WebSphere Application Server debug adapter online documentation.

Important:
Related concepts
Breakpoints
JavaScript debugging methods

Feedback