You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by "mbeckerle (via GitHub)" <gi...@apache.org> on 2023/05/02 18:39:11 UTC

[GitHub] [daffodil-vscode] mbeckerle commented on issue #599: 1.3.0-rc1 - Debugger not behaving correctly

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

   Ah, so this mistake "${workstationFolder}" silently turns into empty string with no error/diagnostic other than complete failure. How useful :-(
   
   I revised my launch.json per your changes above. However, the JAR not being on the path means the schema cannot find the Daffodil plug-in required to run the ethernetIP component schema. That plug-in is part of the jar file for the schema, as compiled scala code (.class files), but in the source tree just exists as scala code. 
   
   By adding both the ethernetIP src/main/resources, src/test/resources, AND the jar file (last) to the daffodil debug classpath things started working better. 
   
   The debugger is now working roughly comparably to in the past for PCAP. 
   
   I will try a more complex schema next. 


-- 
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: commits-unsubscribe@daffodil.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org