10 Don't bug - a reverse debugger for PHP implemented in golang and C

github.com godoc.org goreportcard.com posted by Sidharth Kshatriya 2749 days ago  

Dontbug is a reverse debugger (aka time travel debugger) for PHP. It allows you to record the execution of PHP scripts (in command line mode or in the browser) and replay the same execution back in a PHP IDE debugger. During replay you may debug normally (forward mode debugging) or in reverse, which allows you to step over/out backwards, step backwards, run backwards, run to cursor backwards, set breakpoints in the past and so forth.Debugging with the ability to run in reverse allows you to hunt down bugs much more easily. It also allows you to understand the runtime behavior of large PHP codebases more efficiently.- Short Demo Video (1m35s) https://www.youtube.com/watch?v=DA76z77KtY0- Demo Video (9m04s) https://www.youtube.com/watch?v=ggo9s3ug-k4

Register to comment or vote on this story