summaryrefslogtreecommitdiff
path: root/lib/perl5db
Commit message (Expand)AuthorAgeFilesLines
* fix `l $var` where $var is a lexical variableTony Cook2020-08-101-0/+14
* fix C<i $obj> where $obj is a lexicalTony Cook2020-08-101-0/+14
* After running an action in the debugger, turn it offE. Choroba2020-07-301-0/+6
* test for i Foo failing to load mroTony Cook2020-03-231-0/+14
* (perl #124203) fix a similar problem with DB::lsubTony Cook2019-03-081-0/+13
* (perl #124203) avoid a deadlock in DB::subTony Cook2019-03-081-0/+7
* Add tests for 'p' and 'x' commands without subsequent whitespace.James E Keenan2017-09-301-0/+4
* Fix RT#71678 (-d a command after exit) with a test.Shlomi Fish2015-06-031-0/+10
* Fix RT #121509 : perl -d handling chdir().Shlomi Fish2014-05-281-0/+33
* [perl #118839] Make ‘n’ debugger cmd respect lv subsFather Chrysostomos2013-07-131-0/+6
* Fix for RT #118169Shlomi Fish2013-06-101-0/+15
* Fix "a [command]" statement.Shlomi Fish2012-11-121-0/+22
* Add a test for the frame option.Shlomi Fish2012-11-121-0/+26
* Add a test for o PrintRet.Shlomi Fish2012-11-121-0/+46
* [perl5db] Add a test for warnLevel=1.Shlomi Fish2012-11-121-0/+29
* [perl5db] Add test for dieLevel option.Shlomi Fish2012-11-121-0/+22
* Test more for the m staetement.Shlomi Fish2012-11-121-0/+43
* [perl5db] Fix source cmd from typeahead.Shlomi Fish2012-11-121-0/+1
* Add a test for the source command.Shlomi Fish2012-11-121-0/+2
* Add more tests, Revert back to C-style for loopsShlomi Fish2012-09-101-0/+20
* perl5db: more testsShlomi Fish2012-09-042-0/+36
* Fix perl -d’s "l" command.Shlomi Fish2012-06-302-0/+35
* Fix (and test) module listing in the debuggerVincent Pit2012-06-251-0/+6
* Fix (and test) breakpoints on subroutinesVincent Pit2012-06-251-0/+14
* perl -d: add a test for s EXPR().Shlomi Fish2011-12-301-0/+11
* perl -d: display lines inside subroutines.Shlomi Fish2011-12-291-0/+17
* perl -d: fixes "b . COND()".Shlomi Fish2011-12-281-0/+10
* The attached patch adds to the debugger a capability I thought aboutPeter Scott2011-11-241-0/+21
* Add enable/disable commands for breakpoints in perl -dShlomi Fish2011-09-044-0/+84
* Break upon <filename>:<line>Shlomi Fish2011-06-152-0/+29
* Tests for #92906: perl -d has non-functional b commandShlomi Fish2011-06-151-0/+8
* don't taint $DB::subDavid Mitchell2010-08-251-0/+17
* Do not use a regex in DB::subBram2009-07-251-0/+36
* Add test case for [perl #61222] + a test case for proxy constant subroutinesBram2009-07-252-0/+19
* Add the debugger script which tests for undefs in the symbol tableDuke Leto2009-06-031-0/+11
* Add TODO test for :lvalue under -d.Florian Ragwitz2008-11-141-0/+9
* Move the test files for the debugger in a t/ subdirectory, so theyRafael Garcia-Suarez2006-11-151-0/+0
* A first regression test for the debugger, by Shlomi FishRafael Garcia-Suarez2006-11-141-0/+24
* I claim that the debugger is untestable until proven otherwise.Jarkko Hietaniemi2003-09-091-84/+0
* There's no particular reason to have the dumpvar.tJarkko Hietaniemi2003-09-091-189/+0
* The IPC::Open3 is just too unreliable for this task.Jarkko Hietaniemi2003-09-081-16/+9
* Try to make the de0.t test more robust.Jarkko Hietaniemi2003-09-081-7/+10
* Win32 is playing to hard to get but I do not haveJarkko Hietaniemi2003-09-081-20/+27
* In Win32 IPC::Open3 + IO::Select does not work that wellJarkko Hietaniemi2003-09-081-22/+16
* In Win32 the cmd.exe console output doesn't seem toJarkko Hietaniemi2003-09-081-10/+20
* Move Config test.Jarkko Hietaniemi2003-09-081-3/+3
* Let's require fork for this test.Jarkko Hietaniemi2003-09-081-4/+1
* Re: [PATCH] Test skeleton for debugger commandsAndreas König2003-09-081-13/+22
* de0.t: use Test::More, add some tests.Jarkko Hietaniemi2003-09-081-14/+23
* More dumpvar testing.Jarkko Hietaniemi2003-09-081-1/+115