Code::Blocks Forums

User forums => Help => Topic started by: visir on August 29, 2017, 09:28:52 am

Title: Is it possible to rewind in gdb?
Post by: visir on August 29, 2017, 09:28:52 am
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?
Title: Re: Is it possible to rewind in gdb?
Post by: oBFusCATed on August 30, 2017, 12:42:53 am
Nope...
Title: Re: Is it possible to rewind in gdb?
Post by: BlueHazzard on August 30, 2017, 05:44:42 pm
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 ....