Interactive debugger console

While debugging client JavaScript code, you can run code snippets in the interactive Console tab. The console shows a prompt and provides code completion as you type your commands.

Interactive JavaScript console: type commands

The console shows a preview of the command output which you can expand if necessary.

Interactive JavaScript console: output