Shanedell edited a comment on pull request #63:
URL: https://github.com/apache/daffodil-vscode/pull/63#issuecomment-995344139
I was able to get the fix the VSIX file so that the launch wizard works
properly. @mbeckerle If you have this exact config in `vscode/launch.json` does
debugging work?
```
{
"version": "0.2.0",
"configurations": [
{
"request": "launch",
"type": "dfdl",
"name": "Wizard Config",
"program":
"/home/mbeckerle/Documents/dataiti/git/dfdl-schemas/dfdl-pcap/src/main/resources/com/tresys/pcap/xsd/pcap.dfdl.xsd",
"data":
"/home/mbeckerle/Documents/dataiti/git/dfdl-schemas/dfdl-pcap/src/test/resources/com/tresys/pcap/data/icmp1.cap",
"debugServer": 4711,
"infosetOutput": {
"type": "none",
"path": "${workspaceFolder}/infoset.xml"
},
"trace": true,
"stopOnEntry": true,
"useExistingServer": false,
"openHexView": false,
"openInfosetView": false,
"openInfosetDiffView": false,
"daffodilDebugClasspath":
"/home/mbeckerle/Documents/dataiti/git/dfdl-schemas/dfdl-pcap/src/main/resources:/home/mbeckerle/Documents/dataiti/git/dfdl-schemas/dfdl-pcap/src/test/resources:/home/mbeckerle/.ivy2/local/com.owlcyberdefense/dfdl-ethernetip/1.0.0/jars/dfdl-ethernetip.jar"
}
]
}
```
If so it could have been dealing with the launch wizard setting or you were
trying to use the global settings and it didn't work properly.
From reading your comment a couple times and doing some testing that would
be your issue. Right now the `Daffodil Launch` you chose to use does not seem
to take in account the global variables (which is what you set when you were
referring to setting for User, I do agree it is weird they don't have anything
saying save you just have to click off of it). Would we want this as an
additional issue to add to the issues section?
--
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]