Shanedell commented on issue #386: URL: https://github.com/apache/daffodil-vscode/issues/386#issuecomment-1353224562
I believe it is used to get support of events, messages, request, responses, etc. @arosien Could probably better explain its usefulness better than I can. It is mostly used in three files: ```scala server/core/src/main/scala/org.apache.daffodil.debugger.dap/DAPodil.scala server/core/src/main/scala/org.apache.daffodil.debugger.dap/logging.scala server/core/src/main/scala/org.apache.daffodil.debugger.dap/Parse.scala ``` Also if you are worried about it being tied to that specific version that I believe that won't happen. I believe, it would mostly be what is the oldest version of Java supported to run the debugger. If the oldest is 8 it should work on all other versions greater than 8. -- 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]
