reverse-debugging

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

Is it possible to use GDB's reverse debugging with Python? How? Question: I am trying to use GDB’s reverse debugging with a Django application. I get it running in GDB, but I can’t make it run backwards. I stopped my Django app with Ctrl-Z and then entered reverse-next at the gdb prompt, getting the error …

Total answers: 3