Why not just use a 'before' method modifier and put a $DB::single in there?
-- Kiffin Gish <[email protected]> Gouda, The Netherlands On Wed, 2010-07-14 at 17:20 -0700, Frank Chiu wrote: > Hi all, I recently started using Moose for a project. Is there any way I > can set breakpoints in the perl debugger for methods defined using the > 'method' keyword? If I try using the typical 'b Module::sub_name' it fails > to recognize the method, which is reasonable, but if there was a way I could > do something similar for methods I would love to know. > > Thanks, > Frank
