This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

is there an optimization level

is there an optimization level that will do no, nada, none "code packing" and STILL overlay variables.

it sems that after some release when opt lev 2 became required for variable overlay it is impossible to debug without having to do "strange things" to breakpoint one of 2 similar routines.

Erik

Parents Reply Children
  • "the issue here is that you can not set a breakpoint on a certain condition"

    The problem is that you have no code on these conditions - and you can't set a breakpoint on nothing!

    The compiler isn't optimising-away your code; there is no code there to start with!

    Can't you use a data breakpoint?