On Thu, 12 Oct 2006, Kieren Diment wrote:
> Yep, someone kindly wrote it up and put it on the wiki:
>
> http://dev.catalyst.perl.org/wiki/DebugSample
BTW I've recently found the 'postpone' option to the debugger's 'b'
really useful:
b postpone subname [condition]
Set a breakpoint at first line of subroutine after it is
compiled.
It make it easy to set a breakpoint on entry to something like a
method in a plugin without first having to work out where it's loaded and
without having to edit it.
Jon.
--
Jon Warbrick
Web/News Development, Computing Service, University of Cambridge
_______________________________________________
List: [email protected]
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/