arosien opened a new issue, #744: URL: https://github.com/apache/daffodil-vscode/issues/744
I am running off of main, commit 43672e8c, and if I have a launch configuration with `"useExistingServer": true`, my expectation is that the extension will **not** try to launch the debugger backend itself, but will attempt to talk to a (manually launched) backend on the `debugServer` port (4711 by default). However the extension tries to launch the backend (it fails because I didn't package the backend locally): ``` export DAFFODIL_DEBUG_CLASSPATH=/Users/arosien/nteligen/ethernetIP/target/dfdl-ethernetip-1.2.0.jar export DAFFODIL_DEBUG_LOG_LEVEL=INFO export DAFFODIL_DEBUG_LOG_FILE=/tmp/daffodil-debugger.log /Users/arosien/nteligen/daffodil-vscode/daffodil-debugger-3.5.0-1.3.0/bin/daffodil-debugger --listenPort 4711 ➜ sampleWorkspace export DAFFODIL_DEBUG_CLASSPATH=/Users/arosien/nteligen/ethernetIP/target/dfdl-ethernetip-1.2.0.jar ➜ sampleWorkspace export DAFFODIL_DEBUG_LOG_LEVEL=INFO ➜ sampleWorkspace export DAFFODIL_DEBUG_LOG_FILE=/tmp/daffodil-debugger.log ➜ sampleWorkspace /Users/arosien/nteligen/daffodil-vscode/daffodil-debugger-3.5.0-1.3.0/bin/daffodil-debugger --listenPort 4711 zsh: no such file or directory: /Users/arosien/nteligen/daffodil-vscode/daffodil-debugger-3.5.0-1.3.0/bin/daffodil-debugger ``` (terminal output) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
