lrbarber opened a new issue, #1555: URL: https://github.com/apache/daffodil-vscode/issues/1555
## Description If a variable definition has been added to the launch.json file, but that variable does not exist in the schema the debugger will not start. ## Steps to Reproduce 1. Add a viarable defintion to the launch.json file: <img width="258" height="373" alt="Image" src="https://github.com/user-attachments/assets/835ed41e-4860-46dd-b309-18070a349e4a" /> 2. Launch debugger with launch.json file 3. See pop-up error ## Expected Behavior This should probably just generate a warning. Definitely does not need to be an error that prevents debugger from running. ## Actual Behavior Catastrophic error that aborts debugger. <img width="362" height="140" alt="Image" src="https://github.com/user-attachments/assets/295d3761-1e6b-4603-aa96-4ca41cf4d042" /> ## Environment - Found on Windows 11 (but probably NOT OS dependent) - Extension version 1.5.0 RC 1 -- 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]
