michael-hoke opened a new issue, #1355:
URL: https://github.com/apache/daffodil-vscode/issues/1355

   If a user starts a daffodil parse, through the command palette or launch 
config, they may get a input dialog of some kind asking them to provide the 
dfdl schema or the data file. If they press escape or cancel out of the dialog, 
the backend is started, we send the launch config to the backend, and then the 
backend throws an exception and creates an error dialog. If the input is 
cancelled, we shouldn't even be starting the backend as we know that it's an 
invalid config.
   
   See how we're handling this on the TDML side - if either of the fields are 
empty, we should not start debugging. They can be empty from a user cancelling 
the dialog or from the launch config.
   
   Also consider whether we want to check whether the provided files exist 
before we start the debugger.


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

Reply via email to