{"name":"debuggerName","info":"The name of the debugger. The HyperTalk debugger is part of the built-in script editor, and its default name is \"ScriptEditor.\" If you add an additional debugger by installing a debugger XCMD, you can choose between ScriptEditor and your new debugger with the HyperTalk command:<br><br>\n\n<code>  set <\/code>[<code>the<\/code>]<code> debugger to <i>debuggerName<br><br>\n\n<\/i><\/code>or in AppleScript, by setting the <code>debugger <\/code>property:<br><br>\n\n<code><pre>  set debugger to <i>debuggerName\n<\/i><\/pre><\/code>"}