apache / apache/daffodil-vscode
Error when path contains folder name with <SPACE> character
Open
bug
debugger
- Dominant language
- TypeScript
- Stars
- 18
- Forks
- 33
- Avg merge
- 3d 6h
- Merged PRs (30d)
- 7
Description
On Windows, if the working directory path includes a folder name with a space character in it, the debugger does not execute **daffodil-debugger.bat** because the command line parsing breaks when it gets to the
> C:\>
> **c:\Users\larry.barber\OneDrive\ - Nteligen**\Documents\VS_Code_Debugger\daffodil-vscode\daffodil-debugger-3.8.0-1.4.0\bin\daffodil-debugger.bat
> --listenPort 4711 -J"--add-opens=java.base/java.lang=ALL-UNNAMED"
> **'c:\Users\larry.barber\OneDrive\'** is not recognized as an internal or external command,
> operable program or batch file.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.