Brad Tilton

1 minute read

The Script Debugger enables users with the script_debugger role to debug server-side JavaScript and should be your primary strategy for debugging Business Rules and other synchronous server-side scripts.

If you’re not yet familiar with the script debugger or need a review, the Server-side Scripting Module on the Developer site has a section on the script debugger updated for Paris you can work through.

New in Paris - The Console

In the Paris release, a console has been added to the script debugger that allows developers to evaluate script expressions in real-time.

  • Enabled when the JavaScript Debugger is paused at a breakpoint

  • Executes within the scope, context, and thread in which execution is paused

  • Writes evaluation results to the Console

Watch a quick demo of the console in action below.


Comments