ClearDebugOutput()

语法

ClearDebugOutput()
概要
Clear the content of the debug output window.

参数

无.

返回值

无.

示例

  ; 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

参阅

Included debugging tools, Debug, ShowDebugOutput(), SaveDebugOutput()

已支持操作系统

所有

Debugger Index - PurifierGranularity() ->