DEV Community

Discussion on: The Perl debugger can be your superpower

Collapse
 
ovid profile image
Ovid

I've modified mine to use Data::Printer for dumping output from the x command, and show several lines of context while debugging. I also have it skip over several modules (such as Moose) whose internals I don't want to wade through while debugging.