django - Is it possible to use GDB's reverse debugging with Python? How? -


I am trying to experiment with GDB's reverse debugging with a dynamic application. I am running it in GDB, but I can not move it backwards.

I stopped my Jigs app with Ctrl-Z and then reverse-next , error message "target multi thread does not support this command at the GDB prompt. "

Am I doing it wrong? Is this not possible? Both

Before using GDB for reverse debugging, you need to record it for your program performance. (So ​​can run it again via the Goal record command).

I'm not sure that this will help debug your appgo application - although GDB is suited for debugging "Basic" code (compiled C / C ++ ), And not is well suited for debugging "interpretation" code (either in the forward or reverse direction).


Comments