summaryrefslogtreecommitdiff
path: root/lib/perl5db.pl
Commit message (Expand)AuthorAgeFilesLines
* Stop setting console to "con" on non-MSWin systemsE. Choroba2022-01-191-3/+3
* Replace 'slave' with 'client'James E Keenan2021-12-241-33/+34
* Remove DOS/DJGPP supportDagfinn Ilmari Mannsåker2021-11-021-3/+3
* Remove NetWare supportDagfinn Ilmari Mannsåker2021-10-081-8/+2
* Remove the last traces of the no longer existing cmd_l commandE. Choroba2021-10-071-4/+4
* bump perl5db.pl $VERSION to 1.61Tony Cook2021-06-221-1/+1
* fix comment.Atsushi SUGAWARA2021-06-221-1/+1
* lib/perl5db.pl: cmd_l() no longer exists.Atsushi SUGAWARA2021-06-221-1/+1
* bump perl5db.pl's $VERSIONTony Cook2020-12-091-1/+1
* Allow debugger aliases that start with '-' and '.'jkahrman2020-12-091-1/+1
* perl5db.pl - remove redundant share()Richard Leach2020-10-141-1/+0
* Add crosslinks between perl5db.pl and perldebug-related docsDan Book2020-10-081-1/+3
* fix `l $var` where $var is a lexical variableTony Cook2020-08-101-273/+276
* fix C<i $obj> where $obj is a lexicalTony Cook2020-08-101-32/+33
* perl5db: allow the recorded history item length to be configuredRicardo Signes2020-07-301-6/+6
* Clearing DB::action at the end is no longer neededE. Choroba2020-07-301-4/+0
* After running an action in the debugger, turn it offE. Choroba2020-07-301-1/+2
* Fix a bunch of repeated-word typosDagfinn Ilmari Mannsåker2020-05-221-3/+3
* perl5db.pl: the "i" command must load mro.pm before useRicardo Signes2020-03-231-1/+4
* (perl #124203) fix a similar problem with DB::lsubTony Cook2019-03-081-24/+25
* bump $DB::VERSION for perl5db.pl to 1.55Tony Cook2019-03-081-1/+1
* (perl #124203) avoid a deadlock in DB::subTony Cook2019-03-081-104/+101
* fix typosAlexandr Savca2018-10-091-2/+2
* lib/perl5db.pl: don't dump argless argsDavid Mitchell2017-11-151-8/+4
* Debugger cmds not requiring spacesSmylers2017-09-301-2/+5
* RT#113960: perl5db should ignore /dev/tty on non-Unix systemsJames E Keenan2017-01-041-8/+11
* Switch most open() calls to three-argument form.John Lightsey2016-12-231-9/+9
* bump perl5db.pl's $VERSIONTony Cook2016-07-261-1/+2
* perl5db.pl: ensure PadWalker is loaded from standard pathsTony Cook2016-07-261-2/+8
* lib/perl5db.pl: Fix pod error.Karl Williamson2016-04-231-2/+2
* perl5db.pl version bumpJarkko Hietaniemi2016-03-021-1/+1
* Defaulting to VMS is probably not right.Jarkko Hietaniemi2016-03-021-3/+8
* amigaos4: use CONSOLE:, not VMS sys$commandAndy Broad2016-03-021-0/+8
* Ensure 'q' works in debugger with RemotePort.Shlomi Fish2015-12-021-2/+7
* Fix RT#71678 (-d a command after exit) with a test.Shlomi Fish2015-06-031-1/+4
* bump perl5db.pl's $VERSIONTony Cook2015-04-161-1/+1
* lib/perl5db.pl: Restore noop lock prototypeJames McCoy2015-04-161-0/+1
* lib/perl5db.pl: Fix pod typoKarl Williamson2015-03-191-1/+1
* lib/perl5db.pl: Generalize for EBCDICKarl Williamson2015-03-191-2/+4
* Create single fcn for dup'd /lib codeKarl Williamson2015-03-191-6/+5
* Increase perl5db.pl’s $VERSION to 1.47Father Chrysostomos2015-01-051-1/+1
* perl5db.pl: Undefined subroutine &DB::db_warnE. Choroba2015-01-051-8/+8
* fix debugger y command scope levelTony Cook2014-08-151-2/+2
* Fix RT #121509 : perl -d handling chdir().Shlomi Fish2014-05-281-0/+12
* bump perl5db.pl $VERSION to 1.45Tony Cook2014-05-281-1/+1
* Implement get_fork_TTY for tmuxRob Hoelz2014-05-281-0/+42
* bump version on debuggerRicardo Signes2014-04-071-1/+1
* properly reset ReadLine's knowledge of handles after pagerHiroo Hayashi2014-04-071-0/+3
* Crash in tab completion with Term::ReadLine::Gnu.Shlomi Fish2014-01-061-2/+2
* Fix RT #41461 (with a test).Shlomi Fish2013-08-101-2/+6