| Commit message (Expand) | Author | Age | Files | Lines |
* | CreateTTY on OS/2 | Ilya Zakharevich | 2001-12-21 | 1 | -41/+49 |
* | CreateTTY in -d | Ilya Zakharevich | 2001-11-15 | 1 | -3/+2 |
* | a few typo fixes | Jeffrey Friedl | 2001-11-12 | 1 | -1/+1 |
* | Mentioning perldebguts | Michael G. Schwern | 2001-11-07 | 1 | -8/+22 |
* | VMS tweakage from Charles Lane. | Jarkko Hietaniemi | 2001-10-09 | 1 | -1/+9 |
* | Re: Core module version numbers review | Peter Scott | 2001-09-16 | 1 | -1/+1 |
* | Execute files of debugger commands | Peter Scott | 2001-09-14 | 1 | -0/+14 |
* | debug reloading selfloaded stuff | Ilya Zakharevich | 2001-07-23 | 1 | -1/+1 |
* | debugger fixes | Ilya Zakharevich | 2001-07-03 | 1 | -4/+11 |
* | debugger goof | Ilya Zakharevich | 2001-07-02 | 1 | -0/+1 |
* | perl5db.pl v1.07 + docs | Scott L. Miller | 2001-06-18 | 1 | -4/+6 |
* | NetWare port from Guruprasad S <SGURUPRASAD@novell.com>. | Jarkko Hietaniemi | 2001-06-16 | 1 | -1/+5 |
* | Re: [ID 20010529.004] program doesn't work unless in debug mode | Mike Guy | 2001-06-01 | 1 | -4/+2 |
* | Conditional breakpoints | Michael G. Schwern | 2001-05-30 | 1 | -0/+1 |
* | patch to fix: [ID 20010524.004] perl5db.pl version 1.12 doesn't stop on brea... | David Dyck | 2001-05-26 | 1 | -1/+2 |
* | lib/dumpvar.pl, lib/perl5db.pl - fix warnings | Daniel S. Lewart | 2001-05-24 | 1 | -5/+12 |
* | Re: [ID 20010524.001] perl5db.pl x @INC doesn't work like it used to | David Dyck | 2001-05-24 | 1 | -1/+1 |
* | lib/perl5db.pl | Daniel S. Lewart | 2001-05-23 | 1 | -37/+94 |
* | perl5db | Ilya Zakharevich | 2001-05-20 | 1 | -94/+320 |
* | Re: patch to perl5db.pl (formatting of h h screen) | Jon Eveland | 2001-04-25 | 1 | -8/+9 |
* | tiny typo in perl5db.pl | Vadim Konovalov | 2000-11-14 | 1 | -1/+1 |
* | Miscellaneous MacOS Classic library updates from Matthias Neeracher. | Jarkko Hietaniemi | 2000-10-23 | 1 | -0/+6 |
* | Show the failed remote port, instead of the failing line number. | David Sparks | 2000-10-17 | 1 | -1/+1 |
* | perl5db.pl [Was: Re: Debugger question] | Peter Scott | 2000-09-07 | 1 | -5/+6 |
* | debugger exit code should reflect user exit code | Mike Guy | 2000-08-15 | 1 | -1/+1 |
* | Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0" | Mike Guy | 2000-08-14 | 1 | -1/+1 |
* | Re: [ID 20000809.006] Debugger lost the ability to see $1 et al | Peter Scott | 2000-08-11 | 1 | -0/+1 |
* | debugger "d" command doesnt check line number | Mike Guy | 2000-08-11 | 1 | -2/+6 |
* | Do away with array context, from Daniel Chetlin <daniel@chetlin.com> | Jarkko Hietaniemi | 2000-08-08 | 1 | -3/+3 |
* | Re-apply #6549. | Jarkko Hietaniemi | 2000-08-08 | 1 | -5/+5 |
* | Accidental retraction of #6549. | Jarkko Hietaniemi | 2000-08-08 | 1 | -5/+5 |
* | [ID 20000807.003] [PATCH] Debugger treatment of condition "0" | Mike Guy | 2000-08-08 | 1 | -5/+5 |
* | some debugger output does not go to the socket when RemotePort is set | Gurusamy Sarathy | 2000-07-05 | 1 | -15/+15 |
* | debugger stomps on $. (from M.J.T. Guy) | Gurusamy Sarathy | 2000-04-30 | 1 | -2/+1 |
* | various minor tweaks seen on p5p | Gurusamy Sarathy | 2000-04-28 | 1 | -1/+1 |
* | default warnLevel and dieLevel to 0 in debugger (from Tom | Gurusamy Sarathy | 2000-03-19 | 1 | -7/+7 |
* | fixes for alias handling in debugger (from Tom Christiansen) | Gurusamy Sarathy | 2000-03-19 | 1 | -20/+49 |
* | make noTTY debugger option work again (from Paul Marquess) | Gurusamy Sarathy | 2000-03-17 | 1 | -1/+1 |
* | patches for many bugs in the debugger; documentation updates for | Gurusamy Sarathy | 2000-03-14 | 1 | -144/+527 |
* | provide support for deleting actions etc. (from Ronald J Kimball | Gurusamy Sarathy | 2000-03-09 | 1 | -25/+41 |
* | patch to provide more informative names for evals and anonymous | Gurusamy Sarathy | 2000-02-04 | 1 | -5/+36 |
* | fixes for switching files in the debugger (from Ilya Zakharevich) | Gurusamy Sarathy | 2000-02-02 | 1 | -3/+15 |
* | avoid leaking lexicals into program being debugged (from Ilya | Gurusamy Sarathy | 2000-01-28 | 1 | -4/+4 |
* | cygwin update (from Eric Fifer <EFifer@sanwaint.com>) | Gurusamy Sarathy | 2000-01-07 | 1 | -1/+1 |
* | rudimentary support for remote debugging, from aeons ago (somewhat | Graham TerMarsch | 1999-12-01 | 1 | -16/+50 |
* | debugger tweak (from M.J.T. Guy <mjtg@cus.cam.ac.uk>) | Gurusamy Sarathy | 1999-10-13 | 1 | -1/+1 |
* | better debugger help output (from Ilya Zakharevich) | Gurusamy Sarathy | 1999-09-12 | 1 | -5/+7 |
* | Re: [PATCH 5.005_60] fix @DB::typeahead | Ilya Zakharevich | 1999-08-29 | 1 | -2/+2 |
* | EPOC port to Psion5. | Olaf Flebbe | 1999-06-27 | 1 | -0/+4 |
* | cygwin32 update (untested adaptation of patch against 5.005_03) | Alexander Smishlajev | 1999-05-10 | 1 | -1/+4 |