SaveDebugOutput()

Syntax

SaveDebugOutput(Filename$)
Description
Save the content of the debug output window to the given file.

Parameters

Filename$ The filename to save the output to.

Return value

None.

Remarks

An error occurs if the file cannot be saved.

Example

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

See Also

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

Supported OS

All

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