You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by GitBox <gi...@apache.org> on 2022/07/22 15:26:42 UTC

[GitHub] [daffodil-vscode] michael-hoke commented on issue #59: stopOnEntry doesn't seem to work

michael-hoke commented on issue #59:
URL: https://github.com/apache/daffodil-vscode/issues/59#issuecomment-1192687898

   To add to what Adam wrote, if you want to use (only) his launch config, the entire launch.json file would look like this
   `{
     "configuration": [
       {
         "request": "launch",
         "type": "dfdl",
         "name": "EDIFACT",
         "program": "/Users/arosien/nteligen/EDIFACT/src/main/resources/EDIFACT-SupplyChain-D03B/EDIFACT-SupplyChain-Messages-D.03B.xsd",
         "data": "/Users/arosien/nteligen/EDIFACT/src/test/resources/EDIFACT-SupplyChain-D03B/TestData/INVOIC_D.03B_Interchange_with_UNA.txt",
         "debugServer": 4711,
         "infosetOutput": {
           "type": "file",
           "path": "${workspaceFolder}/infoset.xml"
         },
         "trace": true,
         "stopOnEntry": false,
         "useExistingServer": true,
         "openHexView": false,
         "openInfosetView": false,
         "openInfosetDiffView": false,
         // "daffodilDebugClasspath": "/Users/arosien/nteligen/ethernetIP/src/main/resources",
         // "daffodilDebugClasspath": "/Users/arosien/nteligen/ethernetIP/target/dfdl-ethernetip-1.2.0.jar"
       }
     ]`


-- 
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-unsubscribe@daffodil.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org