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
- Host: GitHub
- URL: https://github.com/hoehrmann/devel-vscode
- Owner: hoehrmann
- Created: 2019-03-05T19:12:41.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-06T16:20:14.000Z (almost 7 years ago)
- Last Synced: 2025-03-26T23:14:15.967Z (10 months ago)
- Topics: perl-debugger, perl-module
- Language: Perl
- Size: 3.91 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES
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
```