New Open Source Debugger: record, replay, reverse execute
The newest addition to the Free Debuggers and Bug Trackers page is a debugger that can record a failure in a program, allowing you to replay that execution as many times as you need, attaching breakpoints and watchpoints as needed. You can even reverse execute the program, with the debugger stopping the execution when those breakpoints or watchpoints are hit.
Comments are closed.