summaryrefslogtreecommitdiff
path: root/lib/perl5db.t
Commit message (Expand)AuthorAgeFilesLines
* unset PERLDB_OPTS environment variable or rt-61222 might hang.Todd Rinaldo2012-02-121-0/+1
* perl5db.t: add the DebugWrap classShlomi Fish2012-01-191-295/+397
* Add a test for "n EXPR()".Shlomi Fish2011-12-301-1/+24
* perl -d: add a test for s EXPR().Shlomi Fish2011-12-301-1/+24
* perl -d: add a test to the 's' command.Shlomi Fish2011-12-301-1/+50
* Add a test for s.Shlomi Fish2011-12-301-1/+27
* perl -d: test for 'T'.Shlomi Fish2011-12-301-1/+39
* perl -d: add test for the x command.Shlomi Fish2011-12-301-1/+24
* Add a test for the debugger p command.Shlomi Fish2011-12-301-1/+22
* perl -d: display lines inside subroutines.Shlomi Fish2011-12-291-2/+24
* perl -d: fixes "b . COND()".Shlomi Fish2011-12-281-1/+25
* Made "c [line_num]" working again.Shlomi Fish2011-12-091-1/+23
* perl -d bugfixes and testsShlomi Fish2011-12-031-1/+80
* The attached patch adds to the debugger a capability I thought aboutPeter Scott2011-11-241-1/+28
* Add enable/disable commands for breakpoints in perl -dShlomi Fish2011-09-041-1/+80
* Cleanup lib/perl5db.tShlomi Fish2011-06-161-68/+81
* Break upon <filename>:<line>Shlomi Fish2011-06-151-1/+31
* Tests for #92906: perl -d has non-functional b commandShlomi Fish2011-06-151-1/+27
* Make the new perl5db.t taint test work on VMS.Craig A. Berry2010-10-091-0/+1
* don't taint $DB::subDavid Mitchell2010-08-251-1/+10
* Fix a test failure in perl5db.t when Term::ReadLine::Gnu is installedNiko Tyni2010-04-151-1/+1
* Do not use a regex in DB::subBram2009-07-251-1/+9
* Add test case for [perl #61222] + a test case for proxy constant subroutinesBram2009-07-251-1/+52
* Fix test with non-threaded perlsRafael Garcia-Suarez2009-06-221-1/+1
* Fix skipping tests with threads in last commitRafael Garcia-Suarez2009-06-221-2/+2
* Merge branch 'blead' into debugger_symbolsDuke Leto2009-06-141-0/+0
|\
| * Mark all .t and .pm files as non executableRafael Garcia-Suarez2009-06-061-0/+0
* | Add a test to the debugger about not having threadsDuke Leto2009-06-141-1/+11
* | Skip threaded debugger tests unless $Config{usethreads}Duke Leto2009-06-141-3/+8
* | Add a test for a thread-enabled debuggerDuke Leto2009-06-071-1/+7
|/
* Fix shebang line and permissions of lib/perl5db.tDuke Leto2009-06-031-1/+1
* Fix bug introduced in 67924fd which put the key _< with an undefined value in...Duke Leto2009-06-031-1/+7
* patch@2009-05-25.21:50:08 perl5db.t leaves db.out behind on VMSJohn E. Malmberg2009-05-261-1/+1
* [perl #48489] patch to fix perl bug #7013bharanee rathna2008-11-141-2/+1
* Add TODO test for :lvalue under -d.Florian Ragwitz2008-11-141-1/+8
* Skip the Perl debugger test if the harness itself is already runningNicholas Clark2008-08-171-0/+4
* [patch]perl5db.pl, perl5db.t - LINUX/UNIX/CYGWIN/VMSJohn E. Malmberg2008-04-301-2/+4
* stop lib/perl5db.t failure if Term::ReadLine::Perl is installedSlaven Rezic2007-09-251-1/+4
* perl5db.t: skip test when /dev/tty is not availableAlexey Tourbin2007-03-171-0/+4
* Tweaks to the debugger test by Richard Foley,Rafael Garcia-Suarez2006-11-151-6/+12
* debugger test could hang if run with umask 0002Dave Mitchell2006-11-141-0/+3
* A first regression test for the debugger, by Shlomi FishRafael Garcia-Suarez2006-11-141-0/+61