![]() * Ask user to create launch.json first if it's not found Signed-off-by: Jinbo Wang <jinbwan@microsoft.com> * fix review comments * Detect launch.json by checking config object is empty or not * fix description text |
||
---|---|---|
.vscode | ||
src | ||
test | ||
.editorconfig | ||
.gitignore | ||
.vscodeignore | ||
CHANGELOG.md | ||
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