Go back in debugging mode in Clion

Answered

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. 

1
2 comments

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.

0

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.

0

Please sign in to leave a comment.