mfussenegger / nvim-jdtls

Extensions for the built-in LSP support in Neovim for eclipse.jdt.ls
GNU General Public License v3.0
1.14k stars 62 forks source link

Feature Request: Set breakpoints on decompiled methods #691

Closed stevenxxiu closed 2 months ago

stevenxxiu commented 2 months ago

Problem Statement

I'm trying to migrate from JetBrains IntelliJ IDEA over to Neovim.

One thing I really need is to set breakpoints on decompiled methods. IntelliJ IDEA and JDB support setting breakpoints at the start of methods, viewing their arguments, call stacks.

I see that jdtls supports decompiling classes. Could breakpoints be supported too?

Ideas or possible solutions

No response

vishal423 commented 2 months ago

I believe that already works. Did you notice any issue?

stevenxxiu commented 2 months ago

Ah my original issue was due to trying to set a breakpoint in a window opened by lspsaga.