Log in

View Full Version : bidirectional Linux debugger


gabri3l
September 3rd, 2006, 14:47
I just read today about this debugger available for linux. I have not used it so it may all be hype.
Quote:

UndoDB is a debugger like no other for compiled programs. As well as the familiar next/step type commands to move the program forwards, UndoDB has commands that step your program backwards. More accurately, UndoDB allows the programmer to view the program's state at any point in the program's execution history.

hxxp://undo-software.com/index.html

Zero
September 5th, 2006, 23:38
All that I see is that you can trace forward AND backwards with this debugger. A very nice feature, but nothing overwhelming in my eyes...

http://www.lambdacs.com/debugger/debugger.html

Gives you a feeling how this works...