richterger / Perl-LanguageServer

Language Server for Perl
Other
225 stars 52 forks source link

Arguments don't show up in debugger #53

Closed dseynhae closed 3 years ago

dseynhae commented 4 years ago

With the following in my launch.json:

            "program": "${workspaceFolder}/${relativeFile}",
            "args": [
                "--date=2020-09-30",
            ],

If I add the corresponding Perl variable in the WATCH widget, it looks like the arguments take: image

However, when looking under the VARIABLES widget, the arguments are missing: image

richterger commented 3 years ago

Arguments are now shown in V2.3.0