How can I place a breakpoint after a statement ... and get it to actually work?

edited February 2018 in Using Processing

The debugger fails to break on this breakpoint.

This workaround is rather klugy:

Tagged:

Answers

  • edited February 2018

    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.

Sign In or Register to comment.