I'm having two issues with the debugger in the C::B build of March 11.
While in debug mode:
1) The debugger stalls if I hover over a method call in my code, which is not solvable. Pressing F7 doesn't work anymore
Example: hovering over the selected text: "someVector.size()" for a vector which is out of scope.
2) When doing nothing while examining a breakpoint, the debugger might just continue while ignoring all breakpoints and end with "Debugger finished with status 0".
Is there a workaround or a fix for these issues? Am I doing something wrong while debugging?
I experienced these two issues in earlier builds I tried (Feb 21, Feb 28, Mar 8 ). There was also an issue where the debugger ignored some breakpoints and code, but that seems to be solved in this build of March 11.