A simple debug extension for the Java. It is based on the javac command line debugger.
First, toggle output:
Ctrl + Shift + U
To compile selected file:
Alt + C
To run compiled class of selected file.
Alt + R
Open up VS Code and hit F1 and type ext select "Extensions:Install Extension" and type "java-debug" hit enter and reload window to enable.
- File a bug in GitHub Issues.
Apache License 2.0
- Requires Java Development Kit.
- JAVA_HOME environment variable should be settled and add to PATH environment variable also needed.