![]() |
||
---|---|---|
.vscode | ||
src | ||
test | ||
.editorconfig | ||
.gitignore | ||
.vscodeignore | ||
CHANGELOG.md | ||
LICENSE.txt | ||
README.md | ||
gulpfile.js | ||
logo.png | ||
package-lock.json | ||
package.json | ||
tsconfig.json | ||
tslint.json |
README.md
Java Debug Extension for Visual Studio Code
Overview
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).
Features
- Launch/Attach
- Breakpoints
- Exceptions
- Pause & Continue
- Step In/Out/Over
- Variables
- Callstacks
- Threads
- Debug console
Usage
- 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
Feedbacks
Please share your feedbacks and ask questions to help us improve. See you here.