This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
mktables: Add comment
[perl5.git] / lib / perl5db.t
2014-05-28 Shlomi FishFix RT #121509 : perl -d handling chdir().
2014-02-18 Tony Cook[perl #121081] workaround different output on VMS
2014-01-18 Craig A. BerryFix perl5db.t test 41 on VMS.
2014-01-14 Tony Cook[perl #118817] avoid using 2 handles to write to the...
2013-08-22 Niko TyniSkip the perldoc test if 'man' is missing
2013-08-21 Niko TyniCorrect spelling of LC_MESSAGES
2013-08-10 Shlomi FishRemove some effect-less code.
2013-08-10 Shlomi FishFix RT #41461 (with a test).
2013-07-13 Father Chrysostomos[perl #118839] Make ‘n’ debugger cmd respect lv subs
2013-07-10 Petr PísařSuppress system Term::ReadLine::Gnu
2013-06-10 Shlomi FishFix the mutability of @_ in perl -d.
2013-06-10 Shlomi FishFix for RT #118169
2013-05-27 Nicholas ClarkOn Linux LC_ALL overrides LC_MESSAGES, so tweak perl5db...
2013-05-27 Tony Cookman perlrules doesn't always output "No manual entry...
2013-05-25 Nicholas ClarkFix the man/perldoc/doc command in the debugger.
2013-03-19 Kent Fredriclib/perl5db.t: Add test for bug #116771, autotrace...
2013-03-19 Kent Fredriclib/perl5db.t: Add test for bug #116769, Frame=2 crashe...
2013-01-02 Shlomi FishMissing test count.
2013-01-02 Shlomi FishFix perl -d's 'w $my_lexical_variable'.
2013-01-02 Shlomi FishFixed the test - it passes now.
2013-01-02 Shlomi FishAdd a testcase for the bug.
2012-12-17 Tony Cookfix the debugger t expr command regression
2012-12-17 Tony Cookrough TODO test for t expr
2012-11-12 Shlomi FishFix "a [command]" statement.
2012-11-12 Shlomi Fish[perl5db] Fix a bug - with a test.
2012-11-12 Shlomi FishAdd a test for the frame option.
2012-11-12 Shlomi Fish[perl5db] o PrintRet=0 in void context.
2012-11-12 Shlomi FishTest o PrintRet=1 in void context.
2012-11-12 Shlomi Fish[perl5db] Add another test.
2012-11-12 Shlomi Fish[perl5db] Test o PrintRet in list context.
2012-11-12 Shlomi Fish[perl5db] add a test for o PrintRet=0.
2012-11-12 Shlomi FishAdd a test for o PrintRet.
2012-11-12 Shlomi FishTest o inhibit_exit=0.
2012-11-12 Shlomi FishFix a bug with o AutoTrace.
2012-11-12 Shlomi Fish[perl5db] Add a test for t command with sub calls.
2012-11-12 Shlomi Fish[perl5db] Test o AutoTrace .
2012-11-12 Shlomi Fish[perl5db] Add a test for the 't' command.
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 Fish[perl5db] Test the recallCommand option.
2012-11-12 Shlomi Fish[perl5db] Test the M command.
2012-11-12 Shlomi FishTest more for the m staetement.
2012-11-12 Shlomi FishTest the m command.
2012-11-12 Shlomi Fish[perl5db] Test the = command.
2012-11-12 Shlomi FishCorrect the test blurbs.
2012-11-12 Shlomi FishAdd a test for the H command.
2012-11-12 Shlomi Fish[perl5db] Add a test for H -7.
2012-11-12 Shlomi Fish[perl5db] Fix source cmd from typeahead.
2012-11-12 Shlomi FishAdd a test for the source command.
2012-11-12 Shlomi FishExtract a common subroutine.
2012-11-12 Shlomi FishRename to something more meaningful.
2012-11-12 Shlomi FishConvert to DebugWrap.
2012-11-12 Shlomi FishConvert more to DebugWrap.
2012-11-12 Shlomi FishConvert the 61222 test to DebugWrap.
2012-11-12 Shlomi FishExtract _calc_threads_wrapper.
2012-11-12 Shlomi FishRemove some no-longer used code.
2012-11-12 Shlomi FishPrepend with an underscore.
2012-11-12 Shlomi FishConvert another test to DebugWrap.
2012-11-12 Shlomi FishConvert another test to DebugWrap.
2012-11-12 Shlomi FishConvert another test to DebugWrap.
2012-11-12 Shlomi FishConvert another test to DebugWrap.
2012-11-12 Shlomi FishExtract a constructor.
2012-11-12 Shlomi FishConvert a test to DebugWrap.
2012-11-12 Shlomi FishConvert a perl5db.t test to DebugWrap.
2012-11-12 Shlomi FishAdd a test for l -num.
2012-11-12 Shlomi FishTest the ! command.
2012-11-12 Shlomi FishTest the { * command.
2012-11-12 Shlomi FishConvert to a different quoting.
2012-11-12 Shlomi FishTest for the { and { ? commands.
2012-11-12 Shlomi FishAdd a test for the < and > commands together.
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
2012-02-12 Todd Rinaldounset PERLDB_OPTS environment variable or rt-61222...
2012-01-19 Shlomi Fishperl5db.t: add the DebugWrap class
2011-12-30 Shlomi FishAdd a test for "n EXPR()".
2011-12-30 Shlomi Fishperl -d: add a test for s EXPR().
2011-12-30 Shlomi Fishperl -d: add a test to the 's' command.
2011-12-30 Shlomi FishAdd a test for s.
2011-12-30 Shlomi Fishperl -d: test for 'T'.
2011-12-30 Shlomi Fishperl -d: add test for the x command.
2011-12-30 Shlomi FishAdd a test for the debugger p command.
2011-12-29 Shlomi Fishperl -d: display lines inside subroutines.
2011-12-28 Shlomi Fishperl -d: fixes "b . COND()".
2011-12-09 Shlomi FishMade "c [line_num]" working again.
2011-12-03 Shlomi Fishperl -d bugfixes and tests
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 FishCleanup lib/perl5db.t
2011-06-16 Shlomi FishBreak upon <filename>:<line>
2011-06-16 Shlomi FishTests for #92906: perl -d has non-functional b command
2010-10-09 Craig A. BerryMake the new perl5db.t taint test work on VMS.
2010-08-25 David Mitchelldon't taint $DB::sub
2010-04-15 Niko TyniFix a test failure in perl5db.t when Term::ReadLine...
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-22 Rafael Garcia-SuarezFix test with non-threaded perls
2009-06-22 Rafael Garcia-SuarezFix skipping tests with threads in last commit
next