| Author |
Reverse debugging?
|
David Balažic
Ranch Hand
Joined: May 15, 2008
Posts: 83
|
|
Does any Java implementation support reverse debugging?
Well, that all ;)
Regards,
David
|
 |
Ernest Friedman-Hill
author and iconoclast
Marshal
Joined: Jul 08, 2003
Posts: 24081
|
|
|
Debugging backwards in time, you mean? There's the Omniscient Debugger.
|
[Jess in Action][AskingGoodQuestions]
|
 |
Paul Clapham
Bartender
Joined: Oct 14, 2005
Posts: 16487
|
|
|
I had to google for "reverse debugging" and I found at least one page which claimed that to mean "inserting new bugs into the code", but anyway I don't think it's up to a Java implementation to support that or not to support it. It's up to a debugger to support it or not.
|
 |
David Balažic
Ranch Hand
Joined: May 15, 2008
Posts: 83
|
|
:-)
Here is a good description for a start : http://www.gnu.org/software/gdb/news/reversible.html
And the ODB seems to be what I was looking for. Now if it would integrate with Eclipse...
|
 |
 |
|
|
subject: Reverse debugging?
|
|
|