JeremyYao commented on issue #634:
URL: 
https://github.com/apache/daffodil-vscode/issues/634#issuecomment-3045404112

   Tested on Linux with following config
   ```JSON
           
               "request": "launch",
               "type": "dfdl",
               "name": "Wizard Config",
               "schema": {
                   "path": "${workspaceFolder}/png.dfdl.xsd",
                   "rootName": null,
                   "rootNamespace": null
               },
               "data": "${workspaceFolder}/google.png",
               "debugServer": 9969,
               "infosetFormat": "json",
               "infosetOutput": {
                   "type": "file",
                   "path": "${workspaceFolder}/infoset.xml"
               },
               "tdmlConfig": {
                   "action": "generate",
                   "name": "skibidi",
                   "description": "skibidi",
                   "path": "undefined"
               },
               "trace": true,
               "stopOnEntry": true,
               "useExistingServer": false,
               "openDataEditor": true,
               "openInfosetView": true,
               "openInfosetDiffView": true,
               "daffodilDebugClasspath": [],
               "dataEditor": {
                   "port": 9009,
                   "logging": {
                       "file": 
"${workspaceFolder}/dataEditor-${omegaEditPort}.log",
                       "level": "info"
                   }
               },
               "dfdlDebugger": {
                   "logging": {
                       "file": "${workspaceFolder}/daffodil-debugger.log",
                       "level": "INFO"
                   }
               }
           }
   ``` and infoset was able to be generated 


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