JeremyYao opened a new issue, #1518: URL: https://github.com/apache/daffodil-vscode/issues/1518
## Description On latest version of main for 1.5.0. Attempting to run a launch.json config with default settings results in <img width="449" height="41" alt="Image" src="https://github.com/user-attachments/assets/79b52943-fdb8-46ac-b745-c7c9e62a80e0" /> where the DFDL debugging session doesn't run and doesn't prompt for schema or data file ## Steps to Reproduce 1. Remove your launch.json file 2. Create a blank launch.json config from the configuration wizard Mine looks like ``` { "version": "0.2.0", "configurations": [ { "request": "launch", "type": "dfdl", "name": "Wizard Config", "schema": { "path": "${command:AskForSchemaName}", "rootName": null, "rootNamespace": null }, "data": "${command:AskForDataName}", "debugServer": 4711, "infosetFormat": "xml", "infosetOutput": { "type": "file", "path": "${workspaceFolder}/target/infoset.xml" }, "tdmlConfig": { "action": "generate", "name": "Default Test Case" }, "trace": true, "stopOnEntry": true, "useExistingServer": false, "openDataEditor": false, "openInfosetView": false, "openInfosetDiffView": false, "daffodilDebugClasspath": [], "dataEditor": { "port": 9000, "logging": { "file": "${workspaceFolder}/dataEditor-${omegaEditPort}.log", "level": "info" } }, "dfdlDebugger": { "daffodilVersion": "3.11.0", "timeout": "10s", "logging": { "file": "${workspaceFolder}/daffodil-debugger.log", "level": "INFO" } } } ] } ``` 3. Observe <img width="449" height="41" alt="Image" src="https://github.com/user-attachments/assets/79b52943-fdb8-46ac-b745-c7c9e62a80e0" /> and your DFDL debugging session doesn't run correctly nor prompts for files. ## Expected Behavior DFDL debugging session prompts for schema and data files and you can do your DFDL debugging actions ## Actual Behavior <img width="449" height="41" alt="Image" src="https://github.com/user-attachments/assets/79b52943-fdb8-46ac-b745-c7c9e62a80e0" /> ## Environment - Operating System(s): Ubuntu 24.04 - Browser/VS Code version: <img width="492" height="304" alt="Image" src="https://github.com/user-attachments/assets/9f520f2b-4319-490b-95b8-e9942a15fb1d" /> - Extension version: 1.5.0 SNAPSHOT -- 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]
