SourcePoint Intel Help

Table of Contents

loadbreakpoints

Load breakpoint information from a file.

Syntax

loadbreakpoints(filename)

Where:

filename

specifies a filename. ย See Filenames for details.

Discussion

The loadbreakpoints function loads a list of breakpoints from a file. ย This function is the equivalent of selecting Load from the Breakpoints window context menu. ย Any existing breakpoints are overwritten. ย 

Use the savebreakpoints function to generate a breakpoint file. ย Breakpoints can also be loaded from an existing project file.

Example

Command input:

loadbreakpoints("c:\\temp\\myBreakpoints.brk")

Related Topics: