Revision history for Devel-Debug-DBGp

0.09      2016-06-04 10:14:56 CEST

    - Require perl 5.8
    - Use B instead of code parsing to implement context_get when
      PadWalker is not installed
    - Remove 'interact' command
    - Use 'open $fh, $mode, \$scalar' instead of IO::Scalar

0.08      2016-05-01 19:40:42 CEST

    - Speed up evaluation of complex evals from inside the debugger

0.07      2016-04-28 15:06:27 CEST

    - Fix check for unbreakable line

0.06      2015-12-20 16:15:44 CET

    - Prevent a failed connection at startup from breaking breakpoints

0.05      2015-12-15 20:18:03 CET

    - Run tests using an Unix-domain socket on non-Windows platforms

0.04      2015-12-15 10:10:10 CET

    - Test fixes for Perl 5.6
    - Basic documentation

0.03      2015-12-06 22:49:27 CET

    - Test fixes for Perl 5.14

0.02      2015-12-06 20:10:37 CET

    - More compatibility fixes for existing Xdebug clients
    - Optionally do not open a DBGp connection during startup,
      and don't terminate the program when the debugger disconnects

0.01      2015-11-26 15:29:27 CET

    - Xdebug compatibility mode (to be able to use existing
      IDE debugger plugins)
    - Speed up program execution when the debugger is loaded but
      debugging is disabled
    - Add the option to connect throug an Unix-domain socket
    - Fixes for working under uWSGI (multi-process, one DBGp
      connection per HTTP request)
    - Minimal test suite and CPAN packaging
    - Imported Komodo-PerlRemoteDebugging-8.5.4-86985