Nihilus118 / perl-debug-adapter

MIT License
11 stars 1 forks source link

How to pass arguments (@ARGV) to a perl script #17

Open ccaiyuer opened 3 weeks ago

ccaiyuer commented 3 weeks ago

When I use perl-debug-adapter in neovim, I find that there is no place to add args. How can I modify the configuration file in the Readme to pass the parameters?

Nihilus118 commented 3 weeks ago

You can set the arguments using the launch.json. For example: image

You can find all possible parameters defined inside the package.json of the project.