PureBasic - Debugger

Overview

The Debugger library provides functions for controlling the debugger, for example to empty the debug output window or to open the memory viewer with a specific memory area to display. All these debugger tools are described in the debugger tools chapter.

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
CopyDebugOutput
DebuggerError
DebuggerWarning
PurifierGranularity
ResetProfiler
SaveDebugOutput
ShowAssemblyViewer
ShowCallstack
ShowDebugOutput
ShowLibraryViewer
ShowMemoryViewer
ShowProfiler
ShowVariableViewer
ShowWatchlist
StartProfiler
StopProfiler

Supported OS

All

Reference Manual - Index