Script Debugger
- For debugging server-side JavaScript
- Launches by selecting
Script debugger icon on the Syntax Editor toolbar
System Diagnostics > Script Debugger on the Application Navigator
- Opens in a new browser window
DESCRIPTION
The Script Debugger offers:
- The ability to step through your script line-by-line
- Set and remove breakpoints
- Pause a script at a breakpoint
- Step into and out of function and method calls
- View the value of local and global variables in real time
- View the value of private variables from function closures
- View the call stack
- View the transaction the system is processing
Requires the script_debugger or the admin or role.
The Script Debugger can also be launch in the Studio by selecting File > Script Debugger.