I just tried to put breakpoints in my code on an empty line, and they did not work.
Then I added a log() on the line where the breakpoint was, and it worked.
Apparently, for a breakpoint to halt execution, it has to be set on a line where there is an instruction.
Is this intended ?
Then I added a log() on the line where the breakpoint was, and it worked.
Apparently, for a breakpoint to halt execution, it has to be set on a line where there is an instruction.
Is this intended ?