Hi. I'm using CB 17.12 on Windows 10.
I updated my compiler to the following MinGW distro:
https://nuwen.net/mingw.html and also made sure to update the debugger executable path in settings->debugger to use the one included in the distro.
But now, when I try to debug, some weird behaviour is happening. If I set a breakpoint
before I run the debugger, it will stop at that breakpoint. However, if I remove the breakpoint and press continue, then set another breakpoint, it won't stop at that breakpoint (or any other one I set after that).
Basically, it will stop at the breakpoints I set before running the debugger, but once it has ran out of breakpoints, it won't stop at any new breakpoints I set.
The weird thing is I can see that the debugger is trying to stop, but it won't give me any detailed error message (I've enabled the full debugging log from settings->debugger). This is all it says:
Trying to interrupt process with pid: 5712; child pid: 5712 gdb pid: 4268
Continuing..
Does anyone have an idea what might be causing this and if it can be solved?
Regards