[Catalyst] Debugging Catalyst Apps
Jon Warbrick
jw35 at cam.ac.uk
Thu Oct 12 10:23:28 CEST 2006
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
More information about the Catalyst
mailing list