summaryrefslogtreecommitdiff
path: root/pod/perldebug.pod
Commit message (Collapse)AuthorAgeFilesLines
* Correct capitalization of Devel::ptkdb in perldebugBrian Gottreu2014-01-111-2/+2
|
* [perl #75186] Remove obsolete references to vi supportTony Cook2013-06-251-8/+1
|
* Document HistSize and HistFile.Shlomi Fish2013-01-021-0/+13
| | | | Two undocumented perldebug options.
* Add missing articles.Shlomi Fish2012-09-181-1/+1
|
* perl -d: fixes "b . COND()".Shlomi Fish2011-12-281-0/+4
| | | | | | break-dot for filename was broken due to previous commits. It was fixed now. Also documented it in pod/perldebug.pod, because it was undocumented.
* The attached patch adds to the debugger a capability I thought aboutPeter Scott2011-11-241-2/+6
| | | | | | | | | | | | | ages ago and which turned out to be absurdly easy to implement. It adds an optional parameter to the t(race) command, a maximum number of stack frames to trace below the current one:, e.g.: t 3 - turn tracing on, trace up to 3 levels below current depth, be silent below that t 2 fnord() - trace up to 2 levels deep in execution of fnord() Since it is backwards compatible I added it to the legacy command set as well, but that's certainly debatable.
* [RT #36079] Convert ` to '.jkeenan2011-11-221-4/+4
|
* Add enable/disable commands for breakpoints in perl -dShlomi Fish2011-09-041-0/+36
|
* Trim multiple blank lines above =item in pod files.Nicholas Clark2011-06-221-2/+0
| | | | | | This makes many documents more consistent in their pod formatting. Don't trim blank lines between verbatim blocks and =item, as removing them makes the (raw) pod harder to read.
* Break upon <filename>:<line>Shlomi Fish2011-06-151-0/+12
|
* Kill Devel::DProfFlorian Ragwitz2011-06-141-11/+7
| | | | It has been deprecated in 5.14. Now is the time to remove it.
* Fix bad pod links found by Test::Pod::LinkCheckApocalypse2011-02-151-1/+1
|
* perldebug: capitalise titlesFather Chrysostomos2011-02-121-6/+6
| | | | The capitalisation was rather inconsistent throughout.
* Fix links to POD sectionsFather Chrysostomos2011-02-121-2/+2
|
* perldebug: perl no longer includes the emacs modeFather Chrysostomos2011-02-121-2/+3
|
* perldebug tweaksFather Chrysostomos2011-02-121-7/+7
|
* Minor improvements to perldebug.podTom Hukins2009-08-241-4/+5
| | | | | | | Minor improvements to the section on profiling. Remove suggestions that Devel::DProf might be the most popular profiler and reference perlperf.pod.
* Ammend unhelpful description of debugger watch command.Andy Armstrong2009-06-231-2/+2
|
* Mention Devel::NYTProf in perldebugSteffen Mueller2009-05-311-2/+3
| | | | | In the short section about profiling with Devel::DProf, we now mention that other profilers (such as Devel::NYTProf) are available from CPAN.
* Auto-complete lexicals in the debugger shellSteffen Mueller2009-05-311-3/+3
| | | | | | When typing the name of a lexical variable in the debugger shell, its name can now be tab auto-completed just like package variables. Requires PadWalker to be available. Silently skips lexicals if it's not.
* Clarify perldebug documentationBram2009-05-311-2/+6
| | | | Mention what happens without Readline support.
* add calling hints to perldebug.podRichard Foley2007-10-101-1/+25
| | | | | Message-Id: <200710101529.39895.Richard.Foley@rfi.net> p4raw-id: //depot/perl@32096
* POD cleanupsDavid Landgren2007-10-041-2/+2
| | | | | Message-ID: <46FD4B30.9070802@landgren.net> p4raw-id: //depot/perl@32026
* stab at UNITCHECK blocksAlexander Gough2006-10-191-6/+6
| | | | | Message-ID: <20061019120412.GA12290@the.earth.li> p4raw-id: //depot/perl@29053
* POD index entries with X<>Ivan Tubert-Brohman2005-10-131-0/+107
| | | | | Message-ID: <434D9A32.4050305@cpan.org> p4raw-id: //depot/perl@25748
* POD typosPiotr Fusik2005-08-011-1/+1
| | | | | | From: "Piotr Fusik" <pfusik@op.pl> Message-ID: <00ef01c59542$3198ba00$26d34dd5@piec> p4raw-id: //depot/perl@25253
* Random cleanups #47Andy Lester2005-06-071-2/+2
| | | | | Message-ID: <20050606151107.GC7022@petdance.com> p4raw-id: //depot/perl@24735
* perldbtty$$ locationGisle Aas2005-04-071-18/+18
| | | | | | Message-ID: <lr3bu48f2l.fsf@caliper.activestate.com> (and remove trailing whitespace) p4raw-id: //depot/perl@24190
* Re: "Too late for -T" could be more descriptiveJim Cromie2004-07-221-0/+6
| | | | | | Message-ID: <40FEA62E.2010809@divsol.com> (with tweaks) p4raw-id: //depot/perl@23150
* Re: [perl #15063] /tmp issuesSolar Designer2004-02-011-1/+1
| | | | | | | Message-ID: <20040125222218.GA13499@openwall.com> Remove insecure usage of /tmp from code and documentation p4raw-id: //depot/perl@22258
* [patch] perldebug.pod clarificationStéphane Payrard2003-07-241-0/+6
| | | | | Message-ID: <20030721193659.GC2722@stefp.dyndns.org> p4raw-id: //depot/perl@20202
* to explain new [<>{] behaviour - attachedRichard Foley2003-03-081-4/+13
| | | | | Message-ID: <B374141B0A424D4F9CF143CC51B3ADD98579F1@NZURC900PEX1.ubsgs.ubsgroup.net> p4raw-id: //depot/perl@18855
* RE: perldebug.pod suggestionJay Hannah2003-02-101-0/+9
| | | | | | From: "Jay Hannah" <jhannah@omnihotels.com> Message-ID: <00b001c2c3ce$0c4716e0$4709a8c0@omarests2> p4raw-id: //depot/perl@18683
* patch against perldebug.podJim Cromie2002-07-171-3/+4
| | | | | Message-ID: <3D3567A6.5070404@divsol.com> p4raw-id: //depot/perl@17592
* Re: [ID 20020614.027] Bad Debugger mojo in RC1Peter Scott2002-06-171-3/+3
| | | | | | | Message-id: <4.3.2.7.2.20020616182012.00b70780@shell2.webquarry.com> @file -> source file p4raw-id: //depot/perl@17265
* List lexicals from debuggerPeter Scott2002-03-201-0/+10
| | | | | Message-id: <4.3.2.7.2.20020319101746.00aa7aa0@shell2.webquarry.com> p4raw-id: //depot/perl@15363
* consistent commands for perl5db.pl etc.Richard Foley2002-02-251-36/+52
| | | | | Message-ID: <16fJgP-1mbVeSC@fwd04.sul.t-online.com> p4raw-id: //depot/perl@14865
* typo correctionMark-Jason Dominus2002-02-211-1/+1
| | | | | Message-Id: <20020221154349.22772.qmail@plover.com> p4raw-id: //depot/perl@14812
* New command syntax for 'x' commandMark-Jason Dominus2002-02-131-1/+5
| | | | | Message-ID: <20020213015401.25685.qmail@plover.com> p4raw-id: //depot/perl@14671
* New debugger option 'dumpDepth' controls recursion depth of 'x' commandMark-Jason Dominus2002-02-131-0/+5
| | | | | Message-ID: <20020213012042.25245.qmail@plover.com> p4raw-id: //depot/perl@14670
* perldebug nitTels2002-01-081-1/+1
| | | p4raw-id: //depot/perl@14142
* Module names and other nitsAudrey Tang2001-12-291-1/+1
| | | | | Message-ID: <20011229015928.A29712@geb.elixus.org> p4raw-id: //depot/perl@13922
* bleadperl perldebug.pod: mention perldebtut.podMark-Jason Dominus2001-11-081-0/+5
| | | | | | | | | | | | | | | | Date: 8 Nov 2001 08:08:07 -0000 Message-Id: <20011108080807.30147.qmail@plover.com> Subject: bleadperl perl.pod From: mjd@plover.com Date: 8 Nov 2001 08:10:47 -0000 Message-Id: <20011108081047.30178.qmail@plover.com> Subject: more bleadperl perl.pod From: mjd@plover.com Date: 8 Nov 2001 08:16:28 -0000 Message-Id: <20011108081628.30229.qmail@plover.com> p4raw-id: //depot/perl@12893
* unbalanced parenthesis in pods Rafael Garcia-Suarez2001-11-041-1/+1
| | | | | Message-ID: <20011104222857.C696@rafael> p4raw-id: //depot/perl@12849
* Re: [PATCH] the the double double word word fix fixWolfgang Laun2001-11-021-6/+6
| | | | | Message-Id: <3BE2E93B.627C198E@alcatel.at> p4raw-id: //depot/perl@12815
* Execute files of debugger commandsPeter Scott2001-09-141-0/+5
| | | | | Message-Id: <4.3.2.7.2.20010913115845.00b22100@mail.webquarry.com> p4raw-id: //depot/perl@12014
* perl5db.pl v1.07 + docsScott L. Miller2001-06-181-0/+4
| | | | | Message-ID: <86256A6F.00538A54.00@omacmta01.custom-edge.com> p4raw-id: //depot/perl@10696
* s/case-independent/case-insensitive/gJarkko Hietaniemi2001-06-121-2/+2
| | | p4raw-id: //depot/perl@10536
* Not many people know this ...Mike Guy2001-06-111-0/+2
| | | | | Message-Id: <E159S9z-00015D-00@draco.cus.cam.ac.uk> p4raw-id: //depot/perl@10514
* PATCH 5.6.0 (perldebug.pod)Mark-Jason Dominus2001-04-011-3/+7
| | | | | Message-ID: <20010401182511.9247.qmail@plover.com> p4raw-id: //depot/perl@9505