raix / vscode-perl-debug

LOOKING FOR MAINTAINERS. Perl debugger extension for visual studio code
MIT License
63 stars 36 forks source link

If you have a space in the folder name where your file is located then perl-debug doesn't work. #133

Closed hpta closed 4 years ago

hpta commented 4 years ago

Well this caused much frustration today because it's not obvious at all. So please either fix it or put this info near the very top of the VScode marketplace webpage so one can make a note of it.

No error is shown, lefthand side debug panels are empty.

I am on Windows and I've tested this on identical files with these paths.

"C:\Users\username\Documents\pokus\1.pl" // OK "C:\Users\username\Documents\pokus 2\2.pl" // debug doesn't work as expected

raix commented 4 years ago

We currently have an issue with spaces in filenames

GitMensch commented 4 years ago

Is this any different from #104 ? If yes: specify how, if not please close as duplicate.

hpta commented 4 years ago

I'm closing it as a duplicate of #104