getBreakpointTraceFile

Syntax

<Path>.getBreakpointTraceFile(LineInBreakpointList:integer) → string

The method getBreakpointTraceFile returns the name of the Trace file to which of the EventController designated by <Path> writes the events.

Parameter

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

Return Value

The return value has the data type string.

Example

print EventController.getBreakpointTraceFile(4)

Related Topic

setBreakpointTraceFile