??? 06/01/07 12:08 Read: times |
#140145 - incorrct Responding to: ???'s previous message |
Optimisation doesn't affect the ability ... to set breakpoints.
It does, Optimization may combine the 'exit sequence' of two or more functions (been there seen that) and thus, if you want to breakpoint on the exit from one of these functions the breakpoint will break on the exit from ANY of the functions renedering the breakpoint useless. Erik |