Skip to content
| Marketplace
Sign in
Visual Studio Code>Debuggers>FlintJVM DebugNew to Visual Studio Code? Get it now.
FlintJVM Debug

FlintJVM Debug

ElectricThanhTung

|
541 installs
| (0) | Free
Debug java with FlintJVM
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

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 npm install to install the dependencies.
  3. Press F5 to open a new window with your extension loaded.
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft