Does Corinna include enhancements to the perl debugger? #83
Unanswered
BramVan-Oosterhout
asked this question in
Q&A
Replies: 1 comment 1 reply
-
For the issue with Moo, you can check out my .perldb file. Amongst other things, it lets you skip over modules you don't care about (such as stepping through Moo). For Corinna, it should mostly work just fine with the debugger because you won't have a deep Perl stack to step through. The only caveat (that I can think of) being that it's not yet clear what will happen when one types |
Beta Was this translation helpful? Give feedback.
1 reply
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
-
I do not see any discussion of the debug implementation. Is there any support for the debugger planned specific to Corinna? The perl debugger is a great tool to get to know the code of a new (to me) open source project. My experience joining a Moo based perl project failed, because the debugger insisted to go down all the Moo rat holes, instead of following the code as written. I did modify the debugger to remove the biggest diversions, but eventually gave up.
Beta Was this translation helpful? Give feedback.
All reactions