Shanedell edited a comment on pull request #63: URL: https://github.com/apache/daffodil-vscode/pull/63#issuecomment-996857749
So from testing Mike is correct only the schema file listed as `program` will get debugged and can have breakpoints. For PCAP it imports a schema in the same directory called `binaryDynamicByteOrder.dfdl.xsd`. It also imports the `ethernetIP.dfdl.xsd` schema file from the `ethernetIP` repo. I tested this with the classpath importing the `ethernetIP` jar as well as importing its `resources` files. But in both of the imported schemas when I put a breakpoint on every single line of the schema being imported, those breakpoints are never hit (I only did this for `binaryDynamicByteOrder.dfdl.xsd`). @mbeckerle @arosien Do you think this needs to be implemented in this PR or make a separate ticket for this? Will this be a blocker for 1.0.0? -- 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]
