| ||||||||
Technical Support Support Resources Product Information | µVISION DEBUGGER: BREAKPOINTS LOST WITH SEVERAL APPLICATIONSInformation in this article applies to:
QUESTIONI have a complex project that consists of several applications. When I set breakpoints, the µVision debugger forgets the settings. Is there a way that µVision remembers old breakpoint settings? ANSWERYes. The LOAD command in µVision has an INCREMENTAL option that adds debug information to the symbol table (instead of replacing it). When you use LOAD file INCREMENTAL, the Debugger will remember the breakpoint settings. Typically, you would use a Debugger Initialization (INI) file that contains all the load commands. The INI file, which is specified in µVision under Options for Target — Debug — Initilziation File, should have the following commands: load MyApp1 incremental load MyApp2 incremental load MyApp3 incremental MORE INFORMATION
FORUM THREADSThe following Discussion Forum threads may provide information related to this topic.
Last Reviewed: Tuesday, September 27, 2005 | |||||||
| ||||||||