|
|||||||||||
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
SEE ALSOLast Reviewed: Tuesday, November 24, 2020 | ||||||||||
|
Arm’s Privacy Policy has been updated. By continuing to use our site, you consent to Arm’s Privacy Policy. Please review our Privacy Policy to learn more about our collection, use and transfers
of your data.