Undo/cancel last force run to cursor
Answered
During debugging, i forced the debugger to a line by "Force run to cursor", but it didn't stop there. Seems like the line was not executable. Now no other breakpoints hit since its trying to force run to that line. How can I undo or cancel my last "Force run to cursor", so my debugger stops at other breakpoint, without having to restart my application?
Please sign in to leave a comment.
It's not possible yet. Comment and follow the appropriate usability problem: https://youtrack.jetbrains.com/issue/IDEA-181069
Thanks Konstantin Annikov. It seems like i am not the only one experiencing this.