SpiderBasic - Debugger

Overview

The Debugger library provides functions for controlling the debugger, for example to empty the debug output window.

The functions in this library are only compiled into the executable if the debugger is enabled on compilation. If the debugger is disabled then the entire call to these functions will be ignored.

There are also a number of special keywords to control the debugger from code.

Command Index

ClearDebugOutput
CloseDebugOutput
ShowDebugOutput

Supported OS

All

Reference Manual - Index