This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl5db] Extract a function.
[perl5.git] / lib / perl5db.pl
2012-11-12 Shlomi Fish[perl5db] Extract a function.
2012-11-12 Shlomi Fish[perl5db] Remove a stray declaration.
2012-11-12 Shlomi Fish[perl5db-refactor] Extract a method.
2012-11-12 Shlomi Fish[perl5db-refactor] Extract _delete_all_breakpoints.
2012-11-12 Shlomi Fish[perl5db] Remove leading ampersands in sub calls.
2012-11-12 Shlomi FishMore refactoring.
2012-11-12 Shlomi Fish[perl5db] Remove ampersand.
2012-11-12 Shlomi Fish[perl5db-refactor] Merge two conditionals.
2012-11-12 Shlomi FishAdd more.
2012-11-12 Shlomi FishRefactored a loop.
2012-11-12 Shlomi Fish[perl5db] Avoid predeclaration.
2012-11-12 Shlomi Fish[perl5db] Refactored more.
2012-11-12 Shlomi Fish[perl5db-refactor] Remove leading ampersands.
2012-11-12 Shlomi Fish[perl5db] refactoring + minor bug-fix.
2012-11-12 Shlomi Fish[perl5db-refactoring] Refactored parse_options.
2012-11-12 Shlomi Fish[perl5db] Convert $| to ->autoflush(1).
2012-11-12 Shlomi Fish[perl5db] Refactor the LineInfo function.
2012-11-12 Shlomi Fish[perl5db-refactoring] Got rid of trailing whitespace.
2012-11-12 Shlomi Fish[perl5db-Refactor] Convert $_ to a lexical.
2012-11-12 Shlomi Fish[perl5db] Extract a function.
2012-11-12 Shlomi Fish[perl5db] Remove some trailing space.
2012-11-12 Shlomi Fish[perl5db] More refactoring.
2012-11-12 Shlomi Fish[perl5db] Convert @pods to a hash and moved it out.
2012-11-12 Shlomi FishMove away from more "or do { ... }" statements.
2012-11-12 Shlomi Fish[perl5db] Refactored do {...}s into ifs.
2012-11-12 Shlomi Fish[perl5db] More refactoring.
2012-11-12 Shlomi FishMore refactoring.
2012-11-12 Shlomi FishConvert some COND() && do to ifs.
2012-11-12 Shlomi FishFix a bug with o AutoTrace.
2012-11-12 Shlomi Fish[perl5db] Fix source cmd from typeahead.
2012-09-21 Nicholas ClarkRemove the MPE/iX port.
2012-09-11 Shlomi FishAdd more tests, Revert back to C-style for loops
2012-09-05 Shlomi Fishperl5db: more tests
2012-09-05 Shlomi Fishperl5db: fix an accidental effect of strictures
2012-08-31 Nicholas ClarkRemove the VM/ESA port.
2012-06-30 Shlomi FishFix perl -d’s "l" command.
2012-06-25 Vincent PitFix tab completion of module names in the debugger
2012-06-25 Vincent PitFix restarting a debugging session opened for a one...
2012-06-25 Vincent PitFix (and test) module listing in the debugger
2012-06-25 Vincent PitFix (and test) breakpoints on subroutines
2012-06-17 Shlomi Fishadd use strict to perl -d
2012-06-13 David MitchellFix up runtime regex codeblocks.
2012-05-01 Jesse VincentBump the version of perl5db since the porting scripts...
2012-05-01 Jesse VincentWe now have version control and no longer need a change...
2011-12-29 Shlomi Fishperl -d: display lines inside subroutines.
2011-12-28 Shlomi Fishperl -d: fixes "b . COND()".
2011-12-09 Shlomi FishMade "c [line_num]" working again.
2011-12-06 Father ChrysostomosIncrease perl5db.pl’s version to 1.35
2011-12-03 Shlomi Fishperl -d bugfixes and tests
2011-11-24 Peter ScottThe attached patch adds to the debugger a capability...
2011-11-23 jkeenan[RT #36079] Convert ` to '.
2011-09-05 Shlomi FishAdd enable/disable commands for breakpoints in perl -d
2011-06-16 Shlomi FishBreak upon <filename>:<line>
2011-06-11 Salvador Fandinoallow features inside interactive debugger
2011-06-05 Dominic HargreavesRefer to X11 rather than "X windows"
2011-05-19 Father ChrysostomosIncrease perl5db.pl’s $VERSION
2011-05-19 Louis Strous[perl #87740] perl debugger restart fails on Windows
2011-01-07 Peter J. Acklam... Fix typos (spelling errors) in lib/*
2011-01-03 Jesse VincentActuall excise 'Apollo DomainOS' support. We officially...
2010-11-28 Rafael Garcia-SuarezRevert "Configure has a path to less and perl5db.pl...
2010-07-22 Josh ben JoreUpdate debugger changelog
2010-07-22 Josh ben JoreDebugger prints lines to the remote port when it forks...
2010-07-16 Josh ben JoreThe debugger now continues to use RemotePort when it...
2010-07-15 Josh ben JoreStop using $ENV{LESS} for parameters not intended for...
2010-07-15 Josh ben JoreConfigure has a path to less and perl5db.pl can use it
2010-07-10 Josh ben JoreDie with $@ instead of empty message
2010-07-10 Josh ben JoreRemove extra/useless $@ check after eval { require...
2010-07-10 Josh ben JorePromote eval( "require ..." ) to eval { require ... }
2010-07-10 Josh ben JorePromote eval { require( ... )} || die to mere require...
2010-07-10 Josh ben JoreRemove indirect object notation from debugger
2010-07-10 Josh ben JoreDocument that @{$main::{'_<'.$filename}} lines are...
2010-06-23 Nicholas ClarkRemove MacOS classic support from the debugger.
2009-09-21 Steffen MuellerRemove use of Class::ISA from the debugger
2009-08-03 Jesse VincentRemoved vestigal support for Tenon Intersystems MachTen...
2009-08-03 Jesse VincentRemove the port to MiNT. It's a dead platform that...
2009-07-25 BramDo not use a regex in DB::sub
2009-06-04 Duke LetoFix my comment about DB::sub and make it DB::DB
2009-06-04 Duke LetoBump version of perl5db.pl to 1.33, add changelog comme...
2009-06-03 Duke LetoFix bug introduced in 67924fd which put the key _<...
2009-05-31 Steffen MuellerAuto-complete lexicals in the debugger shell
2009-04-12 Nicholas ClarkEliminate "Old Perl threads tutorial", which describes...
2008-12-12 Nicholas ClarkDocument the changes between VERSIONS 1.30 and 1.31...
2008-12-09 Nicholas ClarkFix #61222 (debugger doesn't understand proxy constant...
2008-12-09 Nicholas ClarkBump the debugger's version. Fail to update the changes.
2008-11-14 Steve PetersForgot to include lib/perl5db.pl in change #34833
2008-11-01 Nicholas ClarkAdd a flag PERLDBf_SAVESRC, which enables the saved...
2008-09-07 Tye McQueen[perl #57016] debugger: o warn=0 die=0 ignored
2008-04-30 John E. Malmberg[patch]perl5db.pl, perl5db.t - LINUX/UNIX/CYGWIN/VMS
2008-04-27 Rafael Garcia-SuarezRevert change #33751, at least for now: this breaks...
2008-04-26 John E. Malmberg[patch]perl5db.pl - What I needed to get the forked...
2007-11-17 Bo Lindberghperl5db.pl update for Mac OS X 10.5
2007-10-01 Rafael Garcia-SuarezPatch by jlv <jloverso@mathworks.com> to stop NEXT...
2007-06-05 Rafael Garcia-SuarezRemove support for assertions and -A
2007-03-08 Andreas J. Koenigdebugger history save and load
2007-02-15 Jerry D. HeddenUse newer 'threads' constructs
2007-01-08 Nicholas Clarkdo $file; won't propagate errors from die, as do is...
2006-12-18 Ilya Zakharevichlib/perl5db.pl: Remove code now moved to OS2::Process
2006-12-14 Bo Lindberghperl5db.pl Mac OS X fix
2006-11-29 Richard FoleyMacOSX debugger fork support
2006-11-28 Ilya Zakharevichperl5db on miniperl
next