Changes for version 0.39 - 2005-04-19
- major refactoring of ebug_http to now use Catalyst
- we now capture STDOUT, STDERR - their contents are available using the new output method
- ebug now shows STDOUT, STDERR
- ebug_http now shows STDOUT, STDERR
- no longer stop processing as the program exits
- tab completion of variables in ebug (x $var), as suggested by Autrijus
- in ebug_http, new dynamic tooltips to show the value of variables on the current line, using prototype and overlib
- "return" not in a subroutine is now the same as "run" instead of giving an error (spotted by clkao)
- documented that ebug and ebug_http can run programs with arguments by quoting them (spotted by clkao)
- minor output patch for ebug.t
- tweaked the test to skip Test::Expect under Windows
- new yaml method to return the YAML representation of a variable
- improved undo tests
- better use of PPI (spotted by Alias)
- install the templates / JavaScript / CSS / images to sitelib
Modules
A simple, extensible Perl debugger
Console front end to Devel::ebug
Provides
in lib/Devel/ebug/Backend/Plugin/Eval.pm
in lib/Devel/ebug/Backend.pm
in lib/Devel/ebug/Backend/Plugin/ActionPoints.pm
in lib/Devel/ebug/Backend/Plugin/Basic.pm
in lib/Devel/ebug/Backend/Plugin/Codelines.pm
in lib/Devel/ebug/Backend/Plugin/Commands.pm
in lib/Devel/ebug/Backend/Plugin/Eval.pm
in lib/Devel/ebug/Backend/Plugin/Filenames.pm
in lib/Devel/ebug/Backend/Plugin/Output.pm
in lib/Devel/ebug/Backend/Plugin/Pad.pm
in lib/Devel/ebug/Backend/Plugin/Ping.pm
in lib/Devel/ebug/Backend/Plugin/Run.pm
in lib/Devel/ebug/Backend/Plugin/StackTrace.pm
in lib/Devel/ebug/Backend/Plugin/Subroutine.pm
in lib/Devel/ebug/Build.pm
in lib/Devel/ebug/HTTP.pm
in lib/Devel/ebug/HTTP/View/TT.pm
in lib/Devel/ebug/Plugin/ActionPoints.pm
in lib/Devel/ebug/Plugin/Basic.pm
in lib/Devel/ebug/Plugin/Codelines.pm
in lib/Devel/ebug/Plugin/Eval.pm
in lib/Devel/ebug/Plugin/Filenames.pm
in lib/Devel/ebug/Plugin/Output.pm
in lib/Devel/ebug/Plugin/Pad.pm
in lib/Devel/ebug/Plugin/Run.pm
in lib/Devel/ebug/Plugin/StackTrace.pm
in lib/Devel/ebug/Plugin/Subroutine.pm
in lib/Devel/ebug.pm