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.
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