Pop the call stack in the debugger
Intellij IDEA's debugger has a tool to allow you to 'pop the call stack' while debugging, essentially allowing you to try the method/function call again.
Does Rider's debugger support this feature? If so, how do you access it?
Please sign in to leave a comment.
Hello Steven,
Do I understand correctly that you mean IDEA's action "Drop frame"? There is no such feature in Rider, but you can use Skip to option to change the cursor position and return to a statement that has been already executed. Please let me know if that works for you.
Thank you Olga, yes, I was referring to drop frame. I will try the mechanism you suggested (skip to). Is a drop frame feature on the road map for Rider?
Not yet, I have created a corresponding request on our tracker: RIDER-43300, we would appreciate it if you would upvote the issue in order to demonstrate additional interest.