This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Widen the feature bundle hint mask to 4 bits
[perl5.git] / lib / perl5db /
2020-07-30 E. ChorobaAfter running an action in the debugger, turn it off
2020-03-23 Tony Cooktest for i Foo failing to load mro
2019-03-07 Tony Cook(perl #124203) fix a similar problem with DB::lsub
2019-03-07 Tony Cook(perl #124203) avoid a deadlock in DB::sub
2017-09-30 James E KeenanAdd tests for 'p' and 'x' commands without subsequent...
2015-06-03 Shlomi FishFix RT#71678 (-d a command after exit) with a test.
2014-05-28 Shlomi FishFix RT #121509 : perl -d handling chdir().
2013-07-13 Father Chrysostomos[perl #118839] Make ‘n’ debugger cmd respect lv subs
2013-06-10 Shlomi FishFix for RT #118169
2012-11-12 Shlomi FishFix "a [command]" statement.
2012-11-12 Shlomi FishAdd a test for the frame option.
2012-11-12 Shlomi FishAdd a test for o PrintRet.
2012-11-12 Shlomi Fish[perl5db] Add a test for warnLevel=1.
2012-11-12 Shlomi Fish[perl5db] Add test for dieLevel option.
2012-11-12 Shlomi FishTest more for the m staetement.
2012-11-12 Shlomi Fish[perl5db] Fix source cmd from typeahead.
2012-11-12 Shlomi FishAdd a test for the source command.
2012-09-11 Shlomi FishAdd more tests, Revert back to C-style for loops
2012-09-05 Shlomi Fishperl5db: more tests
2012-06-30 Shlomi FishFix perl -d’s "l" command.
2012-06-25 Vincent PitFix (and test) module listing in the debugger
2012-06-25 Vincent PitFix (and test) breakpoints on subroutines
2011-12-30 Shlomi Fishperl -d: add a test for s EXPR().
2011-12-29 Shlomi Fishperl -d: display lines inside subroutines.
2011-12-28 Shlomi Fishperl -d: fixes "b . COND()".
2011-11-24 Peter ScottThe attached patch adds to the debugger a capability...
2011-09-05 Shlomi FishAdd enable/disable commands for breakpoints in perl -d
2011-06-16 Shlomi FishBreak upon <filename>:<line>
2011-06-16 Shlomi FishTests for #92906: perl -d has non-functional b command
2010-08-25 David Mitchelldon't taint $DB::sub
2009-07-25 BramDo not use a regex in DB::sub
2009-07-25 BramAdd test case for [perl #61222] + a test case for proxy...
2009-06-03 Duke LetoAdd the debugger script which tests for undefs in the...
2008-11-14 Florian RagwitzAdd TODO test for :lvalue under -d.
2006-11-15 Rafael Garcia-SuarezMove the test files for the debugger in a t/ subdirecto...
2006-11-14 Rafael Garcia-SuarezA first regression test for the debugger, by Shlomi...
2003-09-09 Jarkko HietaniemiI claim that the debugger is untestable until proven...
2003-09-09 Jarkko HietaniemiThere's no particular reason to have the dumpvar.t
2003-09-08 Jarkko HietaniemiThe IPC::Open3 is just too unreliable for this task.
2003-09-08 Jarkko HietaniemiTry to make the de0.t test more robust.
2003-09-08 Jarkko HietaniemiWin32 is playing to hard to get but I do not have
2003-09-08 Jarkko HietaniemiIn Win32 IPC::Open3 + IO::Select does not work that...
2003-09-08 Jarkko HietaniemiIn Win32 the cmd.exe console output doesn't seem to
2003-09-08 Jarkko HietaniemiMove Config test.
2003-09-08 Jarkko HietaniemiLet's require fork for this test.
2003-09-08 Andreas KönigRe: [PATCH] Test skeleton for debugger commands
2003-09-08 Jarkko Hietaniemide0.t: use Test::More, add some tests.
2003-09-08 Jarkko HietaniemiMore dumpvar testing.
2003-09-08 Jarkko HietaniemiAn empty test.
2003-09-08 Jarkko Hietaniemidumpvar.t: use Test::More;
2003-09-08 Jarkko HietaniemiThe in-memory files require PerlIO::scalar.
2003-09-07 Andreas KönigTest skeleton for debugger commands