Debugging Fails Silently While LS is Starting #6361
Labels
bug
bugs found in the application
debug
issues that related to debug functionality
Team: Che-Languages
issues regarding the che-languages team
vscode
issues related to VSCode compatibility
When I tried to attach the debugger to a Java program that was still being imported by the Java LS, nothing happend, no success and no error message.
Reproduction Steps
I reproduced this with the Che 7.1.0 and the spring http-booster example (https://github.com/snowdrop/spring-boot-http-booster). Howerver, I think any example that takes a long time to import might help
mvn -Duser.home=${HOME} spring-boot:run -Drun.jvmArguments="-Xdebug
-Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000"
The browser log showed the following exception:
The text was updated successfully, but these errors were encountered: