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
