SourcePoint AMD 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: