Format: bpsave filename [breakpoint_list]
Saves breakpoints to the given file. The breakpoints are generally preserved in the form file#proc#line, to provide maximal portability between debug sessions. You can also use the "save" button in the Breakpoints window to achieve the same results.
For example, after a debug session, you issue the following command:
bpsave brkpts.lst
This saves the breakpoints to the file brkpts.lst.
Later, you restart the debugger, and you issue the following command:
bpload brkpts.lst
This restores the breakpoints from the previous debug session. See also bpload.