[#820] | project: compiler | priority: low | category: bug | |
---|---|---|---|---|
submitter | assigned to | status | date submitted | |
Sean | Iulian | open | 2006-11-13 12:35:23.0 | |
subject | Eliminated code not translated into nop's for debugging purposes | |||
code |
if (false) .... |
|||
what happened | Breakpoint never executes on line that is dead code eliminated. |
|||
what expected | Breakpoints should work, deadcode should be replaced with nops so the correct line tables can be constructed. | |||
[back to overview] |