vscode-java-debug VS java-debug

Compare vscode-java-debug vs java-debug and see what are their differences.

vscode-java-debug

Java Debugger for Visual Studio Code. (by microsoft)

java-debug

The debug server implementation for Java. It conforms to the debug protocol of Visual Studio Code (DAP, Debugger Adapter Protocol). (by microsoft)
SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
vscode-java-debug java-debug
9 7
506 309
0.2% 1.3%
6.7 7.4
about 1 month ago 11 days ago
TypeScript Java
GNU General Public License v3.0 or later GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

vscode-java-debug

Posts with mentions or reviews of vscode-java-debug. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-05-19.

java-debug

Posts with mentions or reviews of java-debug. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-08-25.
  • How to compile a second .java file in the same folder?
    1 project | /r/vscode | 9 Apr 2023
  • getting these errors when doing ./mvmw clean install
    1 project | /r/javahelp | 14 Oct 2022
    from this repo , but when i do ./mvn clean install i get these errors
  • Plugins and Settings for Java programming?
    9 projects | /r/vim | 25 Aug 2022
    For debugging, I use Vimspector and the java-debug plugin from microsoft. (I wrote a little blog entry a while ago.)
  • A Big Moment for me
    5 projects | /r/neovim | 29 Jul 2022
    I agree with you, I spend 2 days just trying to figure out how to make nvim-dap remotely connect to a JVM debugger to debug Scala applications, it turned out that I needed to download a server that implements VSCode Debug Protocol, the Microsoft java-debug implementation, compile it myself, and also install the Eclipse JDTLS, add java-debug as a bundle for JDTLS, install the nvim-jdtls plugin, configure a custom adapter for Scala to launch vscode.java.startDebugSession through Eclipse Jdtls to connect to a remote instance launched with Gradle (must be Gradle, I'm using a framework that loads my classes externally, there is no main method at all).
  • Using Neovim to work with Spring Boot
    7 projects | /r/neovim | 19 Jul 2022
    Hi! I use Neovim with springboot mostly when studying or working on personal projects, here's the way I do it: - jdtls for lsp with cmp. - LuaSnip for writing boilerplate faster. - Dap and dap-ui with java-debug - I use maven for the most part and run everything through the command line. - trouble.nvim for better diagnostics navigation.
  • How can I install/build java-debug and vscode-java-debug
    6 projects | /r/Nix | 19 May 2022
    Now I wish to install nvim-dap to debug java applications. I already have nvim-jdtls installed, which nvim-dap needs. But for full debuggin capabilities I need to have java-debug and vscode-java-debug insalled as stadet in nvim-jdtls#debugger-via-nvim-dap.
  • Help setting up debugger for java
    6 projects | /r/neovim | 16 Feb 2022
    Now, I am trying to do the same for Java, but I just can't make it work. I installed nvim-jdtls both through Packer and nvim-lsp-installer and followed their documentation here. I installed java-debug as they said and added the required jar file to the bundles in their configuration. I am also calling the jdtls.setup_dap and jdtls.start_or_attach functions inside the on_attach and lsp_installer.on_server_ready functions, respectively. Still, the debugger won't start.

What are some alternatives?

When comparing vscode-java-debug and java-debug you can also consider the following projects:

jhipster-sample-app - This is a sample application created with JHipster

nvim-jdtls - Extensions for the built-in LSP support in Neovim for eclipse.jdt.ls

appsmith - Platform to build admin panels, internal tools, and dashboards. Integrates with 25+ databases and any API.

nvim-dap - Debug Adapter Protocol client implementation for Neovim

vim-lsp-settings - Auto configurations for Language Server for vim-lsp

RxJava - RxJava – Reactive Extensions for the JVM – a library for composing asynchronous and event-based programs using observable sequences for the Java VM.

dotfiles

autorest - OpenAPI (f.k.a Swagger) Specification code generator. Supports C#, PowerShell, Go, Java, Node.js, TypeScript, Python

nvim-lsp-installer - Further development has moved to https://github.com/williamboman/mason.nvim!

Spring Boot - Spring Boot

ideavim - IdeaVim – A Vim engine for JetBrains IDEs