stricklandrbls commented on PR #926: URL: https://github.com/apache/daffodil-vscode/pull/926#issuecomment-1879129637
@shanedell > Can you add this to the PR? Can do. #### `daffodil-debugger.bat` Issue Resolved > Currently, I'm unable to actually get anything running because of this error I'm receiving while attempting to run the DFDL Debugger. Apparently, during an installation of the Eclipse IDE, there was a proprietary_ish_ JRE installed named `Eclipse Temurin JDK with HotSpot` which was causing the java runtime error I had been seeing. I removed it, installed JDK 21 and the extension would still not completely initialize when starting the DFDL Debugger. Finally, I switch to JDK 17 and everything works just fine. #### Current Windows Issue I'm currently working on an issue on the Windows side while auto-starting the Data Editor on debug start. Manually opening the Data Editor from the VSCode command palette will work fine. I need to pinpoint why this is happening. Hopefully the fix @shanedell mentioned will fix this as well. -- 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]
