Dontbug a reverse debugger for PHP.md 640 B


Title: "Dontbug a reverse debugger for PHP" Date: 2016-11-16 17:32:00 Categories: [programming] tags: [php, dontbug, debug]

Authors: sedlav

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.

Link