News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Is it possible to rewind in gdb?

Started by visir, August 29, 2017, 09:28:52 AM

Previous topic - Next topic

visir

https://sourceware.org/gdb/onlinedocs/gdb/Reverse-Execution.html

Haven't seen this mentioned on the wiki. Looks like a really cool feature to me. Codeblocks supports that?

oBFusCATed

(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

BlueHazzard

You can enter any arbitrary gdb command in the command line under the debugger log. But I don't know if the output parser of codeblocks catches up with all things you do there, so you may end in an non-synchronous state where codeblocks and gdb can not speak to each other anymore ....