X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperldebtut.pod;h=f9f19ac08c8cd832d4ca2030476b75e30cf47bd5;hb=8a36125691db1d8f79e98507373cbc6ea47271d4;hp=e11102e5676ef37e33b58af9612ff6e779287ea8;hpb=cea6626fc5e04af2c1d079dd4d3784eb2c21174b;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perldebtut.pod b/pod/perldebtut.pod index e11102e..f9f19ac 100644 --- a/pod/perldebtut.pod +++ b/pod/perldebtut.pod @@ -329,7 +329,7 @@ While we're here, take a closer look at the 'B' command, it's really useful and will merrily dump out nested references, complete objects, partial objects - just about whatever you throw at it: -Let's make a quick object and x-plode it, first we'll start the the debugger: +Let's make a quick object and x-plode it, first we'll start the debugger: it wants some form of input from STDIN, so we give it something non-commital, a zero: @@ -666,7 +666,7 @@ and there's a B interface too. You don't have to do this all on the command line, though, there are a few GUI options out there. The nice thing about these is you can wave a mouse over a -variable and a dump of it's data will appear in an appropriate window, or in a +variable and a dump of its data will appear in an appropriate window, or in a popup balloon, no more tiresome typing of 'x $varname' :-) In particular have a hunt around for the following: