arosien commented on pull request #77: URL: https://github.com/apache/daffodil-vscode/pull/77#issuecomment-1029090526
> @arosien So this will not allow the loading of files in the classpath correct? But does it allow for loading local schemas? > > What I mean is: > > * Say if I am testing the `pcap` daffodil schema that uses the `ethernet` schema. I should see these things right? > > * I add the JAR for `ethernet` to classpath but the files inside of that JAR cannot have breakpoints set or hit Correct. > * Ability to set break points in the `src/main/resources/com/tresys/pcap/xsd/binaryDynamicByteOrder.dfdl.xsd` and they should be hit Correct, although I'm not sure there are any "breakpoint-able" lines in `binaryDynamicByteOrder.dfdl.xsd` because it is only type definitions. I may be wrong. I *would* like to have an example multi-file schema to add unit tests for, let's look around for one. -- 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]
