Putting a breakpoint on a line that is commented out does not stop the compiler. I always had the "feeling" the debugger would stop at the next line but the breakpoint is simply ignored.
My proposition is to either do not allow a breakpoint on a comment line, or to move the breakpoint to the next line by default.
My proposition is to either do not allow a breakpoint on a comment line, or to move the breakpoint to the next line by default.