| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix RT #121509 : perl -d handling chdir(). | Shlomi Fish | 2014-05-28 | 1 | -0/+33 |
* | [perl #118839] Make ‘n’ debugger cmd respect lv subs | Father Chrysostomos | 2013-07-13 | 1 | -0/+6 |
* | Fix for RT #118169 | Shlomi Fish | 2013-06-10 | 1 | -0/+15 |
* | Fix "a [command]" statement. | Shlomi Fish | 2012-11-12 | 1 | -0/+22 |
* | Add a test for the frame option. | Shlomi Fish | 2012-11-12 | 1 | -0/+26 |
* | Add a test for o PrintRet. | Shlomi Fish | 2012-11-12 | 1 | -0/+46 |
* | [perl5db] Add a test for warnLevel=1. | Shlomi Fish | 2012-11-12 | 1 | -0/+29 |
* | [perl5db] Add test for dieLevel option. | Shlomi Fish | 2012-11-12 | 1 | -0/+22 |
* | Test more for the m staetement. | Shlomi Fish | 2012-11-12 | 1 | -0/+43 |
* | [perl5db] Fix source cmd from typeahead. | Shlomi Fish | 2012-11-12 | 1 | -0/+1 |
* | Add a test for the source command. | Shlomi Fish | 2012-11-12 | 1 | -0/+2 |
* | Add more tests, Revert back to C-style for loops | Shlomi Fish | 2012-09-10 | 1 | -0/+20 |
* | perl5db: more tests | Shlomi Fish | 2012-09-04 | 2 | -0/+36 |
* | Fix perl -d’s "l" command. | Shlomi Fish | 2012-06-30 | 2 | -0/+35 |
* | Fix (and test) module listing in the debugger | Vincent Pit | 2012-06-25 | 1 | -0/+6 |
* | Fix (and test) breakpoints on subroutines | Vincent Pit | 2012-06-25 | 1 | -0/+14 |
* | perl -d: add a test for s EXPR(). | Shlomi Fish | 2011-12-30 | 1 | -0/+11 |
* | perl -d: display lines inside subroutines. | Shlomi Fish | 2011-12-29 | 1 | -0/+17 |
* | perl -d: fixes "b . COND()". | Shlomi Fish | 2011-12-28 | 1 | -0/+10 |
* | The attached patch adds to the debugger a capability I thought about | Peter Scott | 2011-11-24 | 1 | -0/+21 |
* | Add enable/disable commands for breakpoints in perl -d | Shlomi Fish | 2011-09-04 | 4 | -0/+84 |
* | Break upon <filename>:<line> | Shlomi Fish | 2011-06-15 | 2 | -0/+29 |
* | Tests for #92906: perl -d has non-functional b command | Shlomi Fish | 2011-06-15 | 1 | -0/+8 |
* | don't taint $DB::sub | David Mitchell | 2010-08-25 | 1 | -0/+17 |
* | Do not use a regex in DB::sub | Bram | 2009-07-25 | 1 | -0/+36 |
* | Add test case for [perl #61222] + a test case for proxy constant subroutines | Bram | 2009-07-25 | 2 | -0/+19 |
* | Add the debugger script which tests for undefs in the symbol table | Duke Leto | 2009-06-03 | 1 | -0/+11 |
* | Add TODO test for :lvalue under -d. | Florian Ragwitz | 2008-11-14 | 1 | -0/+9 |
* | Move the test files for the debugger in a t/ subdirectory, so they | Rafael Garcia-Suarez | 2006-11-15 | 1 | -0/+0 |
* | A first regression test for the debugger, by Shlomi Fish | Rafael Garcia-Suarez | 2006-11-14 | 1 | -0/+24 |
* | I claim that the debugger is untestable until proven otherwise. | Jarkko Hietaniemi | 2003-09-09 | 1 | -84/+0 |
* | There's no particular reason to have the dumpvar.t | Jarkko Hietaniemi | 2003-09-09 | 1 | -189/+0 |
* | The IPC::Open3 is just too unreliable for this task. | Jarkko Hietaniemi | 2003-09-08 | 1 | -16/+9 |
* | Try to make the de0.t test more robust. | Jarkko Hietaniemi | 2003-09-08 | 1 | -7/+10 |
* | Win32 is playing to hard to get but I do not have | Jarkko Hietaniemi | 2003-09-08 | 1 | -20/+27 |
* | In Win32 IPC::Open3 + IO::Select does not work that well | Jarkko Hietaniemi | 2003-09-08 | 1 | -22/+16 |
* | In Win32 the cmd.exe console output doesn't seem to | Jarkko Hietaniemi | 2003-09-08 | 1 | -10/+20 |
* | Move Config test. | Jarkko Hietaniemi | 2003-09-08 | 1 | -3/+3 |
* | Let's require fork for this test. | Jarkko Hietaniemi | 2003-09-08 | 1 | -4/+1 |
* | Re: [PATCH] Test skeleton for debugger commands | Andreas König | 2003-09-08 | 1 | -13/+22 |
* | de0.t: use Test::More, add some tests. | Jarkko Hietaniemi | 2003-09-08 | 1 | -14/+23 |
* | More dumpvar testing. | Jarkko Hietaniemi | 2003-09-08 | 1 | -1/+115 |
* | An empty test. | Jarkko Hietaniemi | 2003-09-08 | 1 | -1/+0 |
* | dumpvar.t: use Test::More; | Jarkko Hietaniemi | 2003-09-08 | 1 | -19/+20 |
* | The in-memory files require PerlIO::scalar. | Jarkko Hietaniemi | 2003-09-08 | 1 | -0/+4 |
* | Test skeleton for debugger commands | Andreas König | 2003-09-07 | 2 | -0/+133 |