SourcePoint Intel Help

Table of Contents

savebreakpoints

Save the current list of breakpoints to a file.

Syntax

savebreakpoints(filename)

Where:

filename

specifies a filename. ย See Filenames for details.

Discussion

The savebreakpoints command saves the current list of breakpoints (displayed in the Breakpoints window) to a file. ย This command is the equivalent of selecting Save from the Breakpoints window context menu.

Example

Command input:

savebreakpoints("c:\\temp\\mybreakpoints.brk")

Related Topics: