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

   Accepting the `Daffodil Debug: Launch` results in this item being added to 
the configurations array
   
   ```JSON
           {
               "type": "dfdl",
               "request": "launch",
               "name": "Ask for file name",
               "schema": {
                   "path": "${command:AskForSchemaName}",
                   "rootName": null,
                   "rootNamespace": null
               },
               "data": "${command:AskForDataName}",
               "stopOnEntry": true,
               "infosetFormat": "xml",
               "infosetOutput": {
                   "type": "file",
                   "path": "/target/infoset.xml"
               },
               "tdmlConfig": {
                   "action": "generate"
               },
               "debugServer": 4711,
               "openDataEditor": false,
               "openInfosetView": false,
               "openInfosetDiffView": false,
               "daffodilDebugClasspath": [],
               "variables": {},
               "tunables": {},
               "dataEditor": {
                   "port": 9000,
                   "logging": {
                       "file": "/dataEditor-.log",
                       "level": "info"
                   }
               },
               "dfdlDebugger": {
                   "logging": {
                       "level": "INFO",
                       "file": "/daffodil-debugger.log"
                   }
               }
           }
   ```


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