ClearDebugOutput()

Syntax

ClearDebugOutput()
Description
Clear the content of the debug output window.

Example:

  ; Show 10 debug values only, not a continuous list
  Repeat
    ClearDebugOutput() ;
    For i = 1 To 10
      Debug x
      x + 1
    Next i
    
    Delay(500)
  ForEver

Supported OS

All

Debugger Index - PurifierGranularity() ->