Debugging is an annoying necessity in any language, whether it's debugging your own code or somebody else's that you've been given to make work on your system. Anything you can do to make debugging ...
Using the following configuration I've got to a "working" state (the debugger is called and I can interact with it - but only in the debug console). It actually works to set a breakpoint via vscode ...
When I first received a copy of Martin Brown's Debugging Perl: Troubleshooting for Programmers from Linux Journal HQ, my initial reaction was: how could anybody possibly write an entire book on ...
I installed Perl Debug, but no variables are displayed in Visual Code. Step by step isn't working too, and no way to execute program up to defined breaking points ...
I suggest you try it. I'm a consultant with a different job every few months. I use a debugger every chance I get. Beats hell out of a bunch of printf's all over my code. I use it daily on .Net, but ...