# Devel::vscode
Wrapper for `perl5db.pl` to enhance your debugging experience with
the perl-debug extension for Visual Studio Code, and a namespace
registration for it should it need to persist data during debugging.
*
https://github.com/raix/vscode-perl-debug/
*
https://marketplace.visualstudio.com/items?itemName=mortenhenriksen.perl-debug
Use with
```bash
perl -d:vscode ...
```
Further details in
```bash
perldoc lib/Devel/vscode.pm
```