Go back in debugging mode in Clion
已回答
Hello,
I would like to go back one step in a C program in debugging mode in Clion. Is there a possibility to do that ? It seems like there is the "drop frame" feature in IntelliJ IDE but not in Clion. Thank you for your help.
请先登录再写评论。
Hi! Yes, the "drop frame" feature isn't supported in CLion at the moment.
We have a feature request about the reverse debugging with GDB - https://youtrack.jetbrains.com/issue/CPP-7710, feel free to comment or upvote. Also the reverse debugging should be available with undodb plugin. Please see https://undo.io/docs/CLion.html.
Please see https://github.com/mozilla/rr/wiki/Using-rr-in-an-IDE
UndoDB plugin doesn't work over a record made with rr, but you can use rc, rn, rs from the GDB console.