Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
45 views

How to use Omniscient Debugger?

I tried to use Omniscient Debugger with Java 6 - I even installed tcsh(!?) to get it to work. But when I tried to run it, my program ran but Omniscient Debugger didn't look like it managed to record ...
6
votes
8answers
1k views

Bidirectional (or reverse) debugging

Has anyone actually used a reversable debugger? The only product that Google turns up is UndoDB. It is for apparently for Linux only.
3
votes
1answer
125 views

Are there any open-source alternatives to ReplayDIRECTOR / Chronon Debugger?

You may be familiar with ReplayDirector, http://www.replaysolutions.com/products/replaydirector-for-java-ee Chronon, http://www.chrononsystems.com/products/chronon-time-travelling-debugger they ...
2
votes
1answer
567 views

reverse-step multithread error

when I debug, I get the following message: [Thread debugging using libthread_db enabled] and the command reverse-step results with the following error message: (gdb) reverse-step Target ...
2
votes
1answer
138 views

How do I enable reverse debugging on a multi-threaded program?

I'm trying to use the reverse debugging features of gdb 7.3.1 on a multi-threaded project (using libevent), but I get the following error: (gdb) reverse-step Target multi-thread does not support this ...
17
votes
8answers
3k views

How does reverse debugging work?

GDB has a new version out that supports reverse debug (see http://www.gnu.org/software/gdb/news/reversible.html). I got to wondering how that works. To get reverse debug to work it seems to me that ...
4
votes
3answers
1k views

Anyone tried reverse-debugging in gdb?

Has anyone tried using the new record/replay and reverse-debugging features in the newly released gdb-7.0? I am one of the gdb developer/maintainers, and I'm very eager for user feedback!
1
vote
0answers
204 views

Why aren't we all reverse debugging? [closed]

Is it me, or is reverse debugging the most amazing feature ever that no-one seems to be using or building into all or debuggers for that matter? By Reverse debugging I mean a debugger that by some ...