summaryrefslogtreecommitdiff
path: root/lib/perl5db.pl
Commit message (Expand)AuthorAgeFilesLines
* perl -d: display lines inside subroutines.Shlomi Fish2011-12-291-4/+11
* perl -d: fixes "b . COND()".Shlomi Fish2011-12-281-2/+2
* Made "c [line_num]" working again.Shlomi Fish2011-12-091-2/+29
* Increase perl5db.pl’s version to 1.35Father Chrysostomos2011-12-061-1/+1
* perl -d bugfixes and testsShlomi Fish2011-12-031-3/+23
* The attached patch adds to the debugger a capability I thought aboutPeter Scott2011-11-241-11/+23
* [RT #36079] Convert ` to '.jkeenan2011-11-221-66/+66
* Add enable/disable commands for breakpoints in perl -dShlomi Fish2011-09-041-1/+87
* Break upon <filename>:<line>Shlomi Fish2011-06-151-3/+24
* allow features inside interactive debuggerSalvador Fandino2011-06-111-0/+6
* Refer to X11 rather than "X windows"Dominic Hargreaves2011-06-041-3/+3
* Increase perl5db.pl’s $VERSIONFather Chrysostomos2011-05-181-1/+1
* [perl #87740] perl debugger restart fails on WindowsLouis Strous2011-05-181-1/+1
* Fix typos (spelling errors) in lib/*Peter J. Acklam) (via RT2011-01-071-12/+12
* Actuall excise 'Apollo DomainOS' support. We officially killed it in 5.11.0. ItJesse Vincent2011-01-041-1/+0
* Revert "Configure has a path to less and perl5db.pl can use it"Rafael Garcia-Suarez2010-11-281-6/+0
* Update debugger changelogJosh ben Jore2010-07-221-2/+12
* Debugger prints lines to the remote port when it forks and openes a new portJosh ben Jore2010-07-221-1/+1
* The debugger now continues to use RemotePort when it's been configured to use...Josh ben Jore2010-07-161-14/+41
* Stop using $ENV{LESS} for parameters not intended for lessJosh ben Jore2010-07-151-3/+3
* Configure has a path to less and perl5db.pl can use itJosh ben Jore2010-07-151-0/+6
* Die with $@ instead of empty messageJosh ben Jore2010-07-101-1/+1
* Remove extra/useless $@ check after eval { require PadWalker } (which is stil...Josh ben Jore2010-07-101-1/+1
* Promote eval( "require ..." ) to eval { require ... }Josh ben Jore2010-07-101-2/+2
* Promote eval { require( ... )} || die to mere require( ... )Josh ben Jore2010-07-101-2/+2
* Remove indirect object notation from debuggerJosh ben Jore2010-07-101-6/+6
* Document that @{$main::{'_<'.$filename}} lines are dualvar to (COP*).Josh ben Jore2010-07-101-3/+5
* Remove MacOS classic support from the debugger.Nicholas Clark2010-06-231-25/+1
* Remove use of Class::ISA from the debuggerSteffen Mueller2009-09-211-24/+15
* Removed vestigal support for Tenon Intersystems MachTen Unix layer for MacOS ...Jesse Vincent2009-08-031-1/+0
* Remove the port to MiNT. It's a dead platform that hasn't had any love since...Jesse Vincent2009-08-031-1/+0
* Do not use a regex in DB::subBram2009-07-251-1/+3
* Fix my comment about DB::sub and make it DB::DBDuke Leto2009-06-041-1/+1
* Bump version of perl5db.pl to 1.33, add changelog comments and fix a POD typoDuke Leto2009-06-041-2/+6
* Fix bug introduced in 67924fd which put the key _< with an undefined value in...Duke Leto2009-06-031-1/+1
* Auto-complete lexicals in the debugger shellSteffen Mueller2009-05-311-2/+27
* Eliminate "Old Perl threads tutorial", which describes 5005 threads.Nicholas Clark2009-04-121-1/+0
* Document the changes between VERSIONS 1.30 and 1.31 of the debugger.Nicholas Clark2008-12-121-0/+8
* Fix #61222 (debugger doesn't understand proxy constant subroutines, orNicholas Clark2008-12-091-19/+21
* Bump the debugger's version. Fail to update the changes.Nicholas Clark2008-12-091-1/+1
* Forgot to include lib/perl5db.pl in change #34833 Steve Peters2008-11-141-0/+63
* Add a flag PERLDBf_SAVESRC, which enables the saved lines part ofNicholas Clark2008-11-011-0/+4
* [perl #57016] debugger: o warn=0 die=0 ignored Tye McQueen2008-09-071-0/+5
* [patch]perl5db.pl, perl5db.t - LINUX/UNIX/CYGWIN/VMSJohn E. Malmberg2008-04-301-13/+13
* Revert change #33751, at least for now: this breaks perl5db.tRafael Garcia-Suarez2008-04-271-3/+4
* [patch]perl5db.pl - What I needed to get the forked debugger to workJohn E. Malmberg2008-04-261-4/+3
* perl5db.pl update for Mac OS X 10.5Bo Lindbergh2007-11-171-11/+43
* Patch by jlv <jloverso@mathworks.com> to stop NEXT::AUTOLOADRafael Garcia-Suarez2007-10-011-2/+2
* Remove support for assertions and -ARafael Garcia-Suarez2007-06-051-115/+13
* debugger history save and loadAndreas J. Koenig2007-03-081-8/+56