Skip to content

FlintVN/FlintJVMDebug

Repository files navigation

FlintJVM Debug extension for Visual Studio Code

demo
A Visual Studio Code extension support for the debugging java language with FlintJVM.
It Provides basic features such as:

  • Pause, Continue, Restart.
  • Step Over, Step Into, Step Out.
  • Stack trace.
  • Set and remove breakpoints.
  • Stop on exception and display exception information.
  • View local variables and evaluate expressions.
  • Display message printed from java code.

How to use

  1. Install FlintJVM Debug extension on VS Code.
  2. Click on the "Install" button.
  3. In the new window, open the your java project that will be run on FlintJVM.
  4. Open Run > Add Configuration... > Flint Debug to add launch.json with default configuration.
  5. Change the default properties in launch.json to match your project.
  6. Press F5 to start debugging your java project.

Contribute

  1. Clone and open this repo in VS Code.
  2. Run yarn to install the dependencies.
  3. Press F5 to open a new window with your extension loaded.