michael-hoke commented on issue #1362:
URL:
https://github.com/apache/daffodil-vscode/issues/1362#issuecomment-3221528003
Took a look through the code, and the following needs to be done to fix this:
- setCurrentConfig needs to happen before the debugger is started, not after
- if possible, the user shouldn't be prompted for the data file if
manually starting the data editor during a debug
- if config.tdmlConfig.action is 'execute', then set config.data to data
file from the test case.
- In order to do this, you could use tdmlXmlUtils.getTestCaseDisplayData,
but you'll have to get the correct file out of the intermediate data type.
--
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]