This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
don't depend on threads to do a watchdog when testing threads
[perl5.git] / lib / perl5db /
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