Ashley
10/28/2023, 1:50 AMwhile
loop and console input and one without. You can see from the screenshots that:
1. The program without the console input activated the debugger, ran the program, then immediately exited. The breakpoints seem to be active as normal.
2. The program with the input loop activates the debugger, and runs the loop, and the program runs as expected, but the breakpoints are deactivated and tooltip states “Breakpoint does not belong to any class”.
I’ve invalidated caches and restarted and rebuilt but get the same result. There must be some configuration step I’m missing - but I can’t see what it could be. Any help much appreciated!Edoardo Luppi
11/01/2023, 1:13 PM