java-debug
The debug server implementation for Java. It conforms to the debug protocol of Visual Studio Code (DAP, Debugger Adapter Protocol). (by microsoft)
wishlist
A public catalogue of Lua plugins Neovim users would like to see exist (by nvim-lua)
java-debug | wishlist | |
---|---|---|
7 | 19 | |
379 | 245 | |
2.4% | 0.0% | |
5.5 | 1.8 | |
7 days ago | almost 5 years ago | |
Java | ||
GNU General Public License v3.0 or later | MIT License |
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.
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.
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?
-
getting these errors when doing ./mvmw clean install
from this repo , but when i do ./mvn clean install i get these errors
-
Plugins and Settings for Java programming?
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
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
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
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
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.
wishlist
Posts with mentions or reviews of wishlist.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-05-01.
-
lsp-zero for debugging?
I wish, but no
- Are there plugins for Neovim that don't exist, that should exist, in your opinion?
- Search and replace vimgrep
-
A Big Moment for me
If nvim-lspconfig didn't exist, I would still be using coc.nvim. I realize nvim-dapconfig is a non-goal but until something like that emerges I would never switch away from VSCode for debugging.
-
Ideas for a new plugin
You can check out https://github.com/nvim-lua/wishlist
-
Creating a macro with lua
I'm super busy these days, but I think we can add it to the wish list for the future reference. Maybe someone else would do it.
-
Refactoring filename using nvim-tree
Here, this might get you started on your path to enlightenment: https://github.com/nvim-lua/wishlist/issues/18
- Can we have something similar to TARGETS.VIM?
-
Telescope Plugin/Extension That Lets You Visit Different Parts of the Undo Tree?
Just FYI, there's this issue.
-
github/copilot.vim: Neovim plugin for GitHub Copilot
I still have a few VimL plugins, but the old ones were mostly replaced by Lua. https://github.com/nvim-lua/wishlist/issues
What are some alternatives?
When comparing java-debug and wishlist you can also consider the following projects:
nvim-jdtls - MIRROR of: https://codeberg.org/mfussenegger/nvim-jdtls
vim-endwise - endwise.vim: Wisely add
vscode-java-debug - Java Debugger for Visual Studio Code.
undotree - The undo history visualizer for VIM
neovim-luca - Neovim configured to my linking using nix flakes
vim-dadbod-ui - Simple UI for https://github.com/tpope/vim-dadbod