arosien commented on issue #66:
URL: https://github.com/apache/daffodil-vscode/issues/66#issuecomment-1017734265
I've noticed a related problem: the external schemas are correctly loaded
into the debugger via the `daffodilDebugClasspath` parameter, but the extension
itself doesn't know how to resolve references to schemas inside these archives.
The outer schema refers to say,
```
<xs:import
namespace="urn:ethernet"
schemaLocation="com/owlcyberdefense/dfdl/xsd/ethernetIP.dfdl.xsd"/>
```
which is inside the referenced jar, but the VS Code extension doesn't know
how to resolve that when Cmd-clicking it. As a result I'm not sure how a
breakpoint on a referenced schema could even be set.
--
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]