SaveDebugOutput()

语法

SaveDebugOutput(Filename$)
概要
Save the content of the debug output window to the given file. There is no error if the file cannot be saved.

参数

Filename$ The filename to save the output to.

返回值

无.

示例

  For i = 1 To 100
    Debug Random(i)
  Next i
  SaveDebugOutput("C:\log.txt")

参阅

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

已支持操作系统

所有

<- ResetProfiler() - Debugger Index - ShowAssemblyViewer() ->