JeremyYao commented on PR #1414: URL: https://github.com/apache/daffodil-vscode/pull/1414#issuecomment-3308630782
Tested on W10 Using following TDML file ```XML <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <ns1:testSuite xmlns:ns1="http://www.ibm.com/xmlns/dfdl/testData" suiteName="Default Test Case" defaultRoundTrip="onePass"> <ns1:parserTestCase name="Default Test Case" root="file" model="gif.dfdl.xsd" roundTrip="onePass" description="Generated by DFDL VSCode Extension"> <ns1:document> <ns1:documentPart type="file"> toast.gif </ns1:documentPart> </ns1:document> <ns1:infoset> <ns1:dfdlInfoset type="file"> ..\target\infoset.xml </ns1:dfdlInfoset> </ns1:infoset> </ns1:parserTestCase> </ns1:testSuite> ``` and following launch config ```JSON { "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": "execute", "name": "Default Test Case" }, "trace": true, "stopOnEntry": true, "useExistingServer": false, "openDataEditor": true, "openInfosetView": false, "openInfosetDiffView": false, "daffodilDebugClasspath": [], "dataEditor": { "port": 9000, "logging": { "file": "${workspaceFolder}/dataEditor-${omegaEditPort}.log", "level": "info" } }, "dfdlDebugger": { "logging": { "file": "${workspaceFolder}/daffodil-debugger.log", "level": "INFO" } } } ] } ``` I see the following <img width="2208" height="1283" alt="image" src="https://github.com/user-attachments/assets/9ea13909-66c0-4c81-aa11-2268cb3547e6" /> Errors displayed below <img width="672" height="148" alt="image" src="https://github.com/user-attachments/assets/6784dfad-286a-454b-91e6-892ae2419039" /> -- 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: commits-unsubscr...@daffodil.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org