The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl module Devel::ebug

0.34 Sat Apr  2 15:39:25 CST 2005
     - give ebug_http a hashbang line (spotted by obra, who complains
       all the time ;-)
     - make Devel::ebug::HTTP return full HTTP requests
     - basic docs for ebug and ebug_http
     - ebug_http now opens the browser for you under Mac OS X and
       Windows (patch by Johan Lindstrom)
     - ebug now has the ability to always list the lines around the IP
       - L toggles (patch by Johan Lindstrom)
     - fix a problem where we were displaying the wrong codelines in
       modules with POD
     - now use the environment instead of the command line to pass the
       secret for portability (patch by Johan Lindstrom)
     - in ebug_http, we now jump to the current line (patch by Johan
       Lindstrom)
     - in ebug_http, make our actions POSTs, for they change state
     - in ebug_http, cache the call to PPI::HTML
     - in ebug_http, link module names to search.cpan.org
     - in ebug_http, syntax highlight single and double-quoted string
     - tweak Devel::ebug's introductory docs
     - added break_point_delete method which deletes a break point
     - added stack_trace method which provides basic stack trace
       information using Devel::StackTrace
     - in ebug_http, added a slightly ugly stack trace 
     - added return(@values) method to return your own values from a
       subroutine

0.33 Fri Apr  1 16:40:43 CST 2005
     - update the manifest, doh (it's been a long week)

0.32 Fri Apr  1 14:09:00 CST 2005
     - added "ebug_http" to script_files so that it will get installed

0.31 Fri Apr  1 13:36:00 CST 2005
     - added return(), which returns from a subroutine
     - fix bug with 'l' showing inaccurate lines in ebug
     - added filenames() method which returns a list of the filenames
       of all the files currently loaded
     - added a String::Koremutake test
     - added a new finished() method to return whether the program has
       finished running (spotted by clkao)
     - added ebug_http, which presents a web interface to debugging

0.30 Thu Mar 31 00:13:13 CST 2005
     - autrijus noticed that 0.29 shipped with a broken ebug. to keep
       me from embarassing myself in future, there is now an ebug.t
       which uses the newly-released Test::Expect
     - codelines() now returns an array
     - codelines() now returns the whole file if no line numbers are
       passed
     - codelines() can now return the source code of files other than
       the currently executing program
     - added some security to the TCP connection (port, secret)
     - added a new "y" to ebug, which YAML::Dump's variables
     - minor code cleanups

0.29 Tue Mar 29 21:02:59 CST 2005
     - initial release