mbeckerle commented on issue #265:
URL: 
https://github.com/apache/daffodil-vscode/issues/265#issuecomment-1351884185

   Hmmm. I had the PCAP/EthernetIP schema example setup two ways. PCAP was the 
'project'. I had two launch configs, one with the src/main/resources directory 
of ethernetIP added to the daffodil class path in launch.json, the other I 
first packaged the ethernetIP schema into a jar file ('sbt publishLocal') then 
put that jar file onto the daffodil class path in the launch.json.  When I set 
a breakpoint in the former launch debugging works as expected allowing you to 
hit a breakpoint in the ethernetIP schema files. If you then debug using the 
latter (jar) launch, I believe that breakpoint  would still be hit in the 
latter launch, just without opening the editor to the actual file (which is 
inside the jar). 


-- 
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]

Reply via email to