Active the debugger.

1 debug.on

<debug.on />
Example

Active the debugger.

Copy
<xsql-script name='debug_on_sample1'>
    <body>
        <debug.on />
        <println>debug status: <system.getDebug /></println>
        <debug.off />
        <println>debug status: <system.getDebug /></println>
    </body>
</xsql-script>