{
    // Use IntelliSense to learn about possible attributes.
    // Hover to view descriptions of existing attributes.
    // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
    "version": "0.2.0",
    "configurations": [
        {
            "type": "dfdl",
            "request": "launch",
            "name": "pcap dns",
            "program": "${workstationFolder}/src/main/resources/com/tresys/pcap/xsd/pcap.dfdl.xsd",
            "stopOnEntry": true,
            "data": "${workstationFolder}/src/test/resources/com/tresys/pcap/data/dns.cap",
            "infosetFormat": "xml",
            "infosetOutput": {
                "type": "file",
                "path": "/tmp/pcap-dns-infoset.xml"
            },
            "tdmlConfig": {
                "action": "none",
                "name": "${command:AskForTDMLName}",
                "description": "${command:AskForTDMLDescription}",
                "path": "${command:AskForTDMLPath}"
            },
            "debugServer": 4711,
            "openHexView": false,
            "openInfosetView": false,
            "openInfosetDiffView": false,
            "daffodilDebugClasspath": "${workstationFolder}/lib_managed/jars/com.owlcyberdefense/dfdl-ethernetip/dfdl-ethernetip-1.2.0.jar",
            "variables": {},
            "tunables": {},
            "dataEditor.omegaEditPort": 9001,
            "dataEditor.logFile": "${workspaceFolder}/dataEditor-${omegaEditPort}.log",
            "dataEditor.logLevel": "info"
        }
    ]
}
