shanedell commented on issue #974: URL: https://github.com/apache/daffodil-vscode/issues/974#issuecomment-2711461872
@stevedlawrence @mbeckerle I have been working on this issue and can't quite figure it out. I was looking at the file `daffodil-cli/src/main/scala/org/apache/daffodil/cli/Main.scala` around lines 1265 to 1371 in the Daffodil repository. However, we use `sapi` for most things in the debugger so I am don't have access to certain things like: ```scala parseResult.resultState // value resultState is not a member of org.apache.daffodil.sapi.ParseResult ``` then that result state's attributes. Do you guys have any tips on what I should be looking at that will allow me to add a message in the VSCode debugger that is similar to the CLI debugger? -- 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]
