Go to file
Jinbo Wang 09a1775a27 update publisher id (#49) 2017-09-25 13:17:30 +08:00
.vscode Intialize VSCode Java Debugger extension. (#1) 2017-09-08 12:19:34 +08:00
src Avoid multiple entries. (#44) 2017-09-25 10:20:32 +08:00
test Update license. (#42) 2017-09-22 13:16:06 +08:00
.editorconfig Refine codebase. (#13) 2017-09-17 19:47:07 -07:00
.gitignore Refine codebase. (#13) 2017-09-17 19:47:07 -07:00
.vscodeignore Add binary extension. (#3) 2017-09-11 16:49:45 +08:00
CHANGELOG.md Intialize VSCode Java Debugger extension. (#1) 2017-09-08 12:19:34 +08:00
LICENSE.txt Update license. (#42) 2017-09-22 13:16:06 +08:00
README.md Add link to gitter chatroom (#43) 2017-09-22 13:35:02 +08:00
gulpfile.js Refine codebase. (#13) 2017-09-17 19:47:07 -07:00
logo.png Update product icon (#25) 2017-09-20 16:24:51 +08:00
package-lock.json Add binary extension. (#3) 2017-09-11 16:49:45 +08:00
package.json update publisher id (#49) 2017-09-25 13:17:30 +08:00
tsconfig.json Intialize VSCode Java Debugger extension. (#1) 2017-09-08 12:19:34 +08:00
tslint.json Refine codebase. (#13) 2017-09-17 19:47:07 -07:00

README.md

Java Debug Extension for Visual Studio Code

Gitter

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.