I'm trying to migrate from JetBrainsIntelliJ 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?
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