summaryrefslogtreecommitdiff
path: root/lib/perl5db.t
Commit message (Expand)AuthorAgeFilesLines
* lib/perl5db.t: remove debugging codeDavid Mitchell2017-11-151-1/+0
* fix Perl_get_cvn_flags() return valueDavid Mitchell2017-11-011-0/+1
* Add tests for 'p' and 'x' commands without subsequent whitespace.James E Keenan2017-09-301-1/+85
* Prevent tests from getting hung up on 'NonStop' option.James E Keenan2016-12-301-0/+2
* Fix test failure in lib/perl5db.t when mandoc is installedAndreas Voegele2016-05-091-1/+1
* Ensure 'q' works in debugger with RemotePort.Shlomi Fish2015-12-021-1/+17
* Fix RT#71678 (-d a command after exit) with a test.Shlomi Fish2015-06-031-1/+26
* Fix like/is problem in perl5db.t.Craig A. Berry2014-06-271-6/+6
* Make like() and unlike() in t/test.pl refuse non-qr// argumentsÆvar Arnfjörð Bjarmason2014-06-211-4/+4
* Fix RT #121509 : perl -d handling chdir().Shlomi Fish2014-05-281-1/+50
* [perl #121081] workaround different output on VMSTony Cook2014-02-191-5/+6
* Fix perl5db.t test 41 on VMS.Craig A. Berry2014-01-181-3/+3
* [perl #118817] avoid using 2 handles to write to the debug outputTony Cook2014-01-151-3/+12
* Skip the perldoc test if 'man' is missingNiko Tyni2013-08-221-0/+2
* Correct spelling of LC_MESSAGESNiko Tyni2013-08-211-1/+1
* Remove some effect-less code.Shlomi Fish2013-08-101-15/+0
* Fix RT #41461 (with a test).Shlomi Fish2013-08-101-1/+9
* [perl #118839] Make ‘n’ debugger cmd respect lv subsFather Chrysostomos2013-07-131-1/+15
* Suppress system Term::ReadLine::GnuPetr Písař2013-07-091-0/+1
* Fix the mutability of @_ in perl -d.Shlomi Fish2013-06-101-1/+23
* Fix for RT #118169Shlomi Fish2013-06-101-1/+23
* On Linux LC_ALL overrides LC_MESSAGES, so tweak perl5db.t accordingly.Nicholas Clark2013-05-271-0/+1
* man perlrules doesn't always output "No manual entry for perlrules"Tony Cook2013-05-271-0/+5
* Fix the man/perldoc/doc command in the debugger.Nicholas Clark2013-05-251-1/+21
* lib/perl5db.t: Add test for bug #116771, autotrace crashes debuggerKent Fredric2013-03-181-1/+8
* lib/perl5db.t: Add test for bug #116769, Frame=2 crashes debuggerKent Fredric2013-03-181-1/+8
* Missing test count.Shlomi Fish2013-01-021-1/+1
* Fix perl -d's 'w $my_lexical_variable'.Shlomi Fish2013-01-021-1/+29
* Fixed the test - it passes now.Shlomi Fish2013-01-021-1/+1
* Add a testcase for the bug.Shlomi Fish2013-01-021-0/+24
* fix the debugger t expr command regressionTony Cook2012-12-171-2/+0
* rough TODO test for t exprTony Cook2012-12-171-1/+26
* Fix "a [command]" statement.Shlomi Fish2012-11-121-2/+24
* [perl5db] Fix a bug - with a test.Shlomi Fish2012-11-121-1/+21
* Add a test for the frame option.Shlomi Fish2012-11-121-1/+29
* [perl5db] o PrintRet=0 in void context.Shlomi Fish2012-11-121-1/+26
* Test o PrintRet=1 in void context.Shlomi Fish2012-11-121-1/+26
* [perl5db] Add another test.Shlomi Fish2012-11-121-1/+26
* [perl5db] Test o PrintRet in list context.Shlomi Fish2012-11-121-1/+26
* [perl5db] add a test for o PrintRet=0.Shlomi Fish2012-11-121-2/+27
* Add a test for o PrintRet.Shlomi Fish2012-11-121-1/+26
* Test o inhibit_exit=0.Shlomi Fish2012-11-121-1/+26
* Fix a bug with o AutoTrace.Shlomi Fish2012-11-121-1/+27
* [perl5db] Add a test for t command with sub calls.Shlomi Fish2012-11-121-1/+28
* [perl5db] Test o AutoTrace .Shlomi Fish2012-11-121-1/+25
* [perl5db] Add a test for the 't' command.Shlomi Fish2012-11-121-1/+25
* [perl5db] Add a test for warnLevel=1.Shlomi Fish2012-11-121-1/+26
* [perl5db] Add test for dieLevel option.Shlomi Fish2012-11-121-1/+27
* [perl5db] Test the recallCommand option.Shlomi Fish2012-11-121-1/+30
* [perl5db] Test the M command.Shlomi Fish2012-11-121-1/+22