{
    // 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 on icmp1.cap classpath with ethernetIP directory",
            "program": "${workspaceFolder}/src/main/resources/com/tresys/pcap/xsd/pcap.dfdl.xsd",
            "stopOnEntry": true,
            "data": "${workspaceFolder}/src/test/resources/com/tresys/pcap/data/icmp1.cap",
            "infosetOutput": {
                "type": "file",
                "path": "/tmp/pcap-icmp1.infoset.xml"
            },
            "debugServer": 4711,
            "openHexView": false,
            "openInfosetView": false,
            "openInfosetDiffView": false,
            "daffodilDebugClasspath": "${workspaceFolder}/../ethernetIP/src/main/resources:${workspaceFolder}/../ethernetIP/target/classes"
        },
        {
            "type": "dfdl",
            "request": "launch",
            "name": "pcap on icmp1.cap using ethernetIP via jar",
            "program": "${workspaceFolder}/src/main/resources/com/tresys/pcap/xsd/pcap.dfdl.xsd",
            "stopOnEntry": true,
            "data": "${workspaceFolder}/src/test/resources/com/tresys/pcap/data/icmp1.cap",
            "infosetOutput": {
                "type": "file",
                "path": "/tmp/pcap-icmp1.infoset.xml"
            },
            "debugServer": 4711,
            "openHexView": false,
            "openInfosetView": false,
            "openInfosetDiffView": false,
            "daffodilDebugClasspath": "${workspaceFolder}/lib_managed/jars/com.owlcyberdefense/dfdl-ethernetip/dfdl-ethernetip-1.2.0.jar"
        }
    ]
}