Perl-LanguageServer icon indicating copy to clipboard operation
Perl-LanguageServer copied to clipboard

debug

Open daihanhle opened this issue 3 years ago • 0 comments

Hi, I can not get debug working

here is my setup for launch.json: {

"version": "0.2.0",
"configurations": [       
    {
        "type": "perl",
        "request": "launch",
        "name": "Perl-Debug",
        "program": "${file}",
        "stopOnEntry": true,
        "reloadModules": true,
    }
]

} nothing happen I use per 5.18 on centos

daihanhle avatar Jun 02 '22 21:06 daihanhle