We are about to switch to a new forum software. Until then we have removed the registration on this forum.
The debugger fails to break on this breakpoint.
This workaround is rather klugy:
how can you stop on a line where there is no code? there is nothing there. the blank line only exists in the source, not the compiled code. the compiler ignores it.
Got to wonder why the debugger offers a breakpoint that it can't deliver, then.
Answers
how can you stop on a line where there is no code? there is nothing there. the blank line only exists in the source, not the compiled code. the compiler ignores it.
Got to wonder why the debugger offers a breakpoint that it can't deliver, then.