[ First ] [ Previous ] [ Next ] [ Last ] [ Manuals ]
Problems with Breakpoints

This section covers problems related to setting and clearing breakpoints.
Statements don't have breakpoints
Problem
Some statements don't have dashes in the Breakpoint column, making it impossible to set them.
Background
The CodeWarrior linkers do not generate symbolics information for source code that is not linked into the final output file. If a statement is never actually used, the linker does not include it in the final object code. You cannot set a breakpoint on such a statement, because the object code does not exist.
Code optimization may also reorganize the object code extensively, affecting the correspondence between object code and source code and making it difficult or impossible to set breakpoints accurately.
Solutions
Breakpoints do not respond
Problem
I set a breakpoint, but it does not work.
Background
A breakpoint stops execution only if it is reached, it is active, and its condition (if it has one) is true.
Solutions
[ First ] [ Previous ] [ Next ] [ Last ] [ Manuals ]
Visit the Metrowerks website at: http://www.metrowerks.com
For assistance contact Metrowerks Technical Support at: cw_support@metrowerks.com
Copyright © 2000, Metrowerks Corp. All rights reserved.
Last updated: August 17, 2000