setBreakpointTraceFile

Syntax

<Path>.setBreakpointTraceFile(LineInBreakpointList:integer, FileName:string) → string

The method setBreakpointTraceFile the name of the Trace file into which the EventController designated by <Path> writes the events.

Parameters

  • The parameter LineInBreakpointList of data type integer designates the line of the breakpoint in the breakpoint list.

  • The parameter FileName of data type string designates the name of the trace file.

Return Value

The return value has the data type string.

Example

print EventController.setBreakpointTraceFile(2, "C:\users\hawthorne\myTracefile.txt")

Related Topic

getBreakpointTraceFile