An open API service indexing awesome lists of open source software.

https://github.com/hoehrmann/devel-vscode

Perl module to support the perl-debug extension for Visual Studio Code
https://github.com/hoehrmann/devel-vscode

perl-debugger perl-module

Last synced: 5 months ago
JSON representation

Perl module to support the perl-debug extension for Visual Studio Code

Awesome Lists containing this project

README

          

# 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
```