The Use program profile check box in the Startup dialog lets you specify whether the window sizes, positions, fonts, and breakpoints for your program are to be saved when you exit the debugger or switch to another program. If you check this check box, then the next time you load that program, the windows and breakpoints are restored to match their previous configuration for that program to save debugger window settings and breakpoints when debugging a program more than once.
This check box is turned on by default. Turn it off if you do not want this information to be saved. When the check box is off, the debugger windows start up with their default appearance, and no breakpoints are initially set.
Note: If you add or delete lines in your source file, recompile it, and then debug the program again with a saved program profile, line breakpoints may no longer match the code they were initially set for, as line breakpoint information is saved by line number, not by the content of the line.