A lightweight Java Debugger based on Java Debug Server. It works with Language Support for Java by Red Hat to allow users debugging Java code using Visual Studio Code (VS Code).
- Launch/Attach
- Breakpoints
- Exceptions
- Pause & Continue
- Step In/Out/Over
- Variables
- Callstacks
- Threads
- Debug console
- Launch VS Code
- Open a Java project (Maven/Gradle/Eclipse)
- Open a Java file to activate the related extensions
- Add debug configuration and specify "mainClass" in launch.json
- Press F5
Please share your feedbacks and ask questions to help us improve. See you here.