dansomething / coc-java-debug

An extension for coc.nvim to enable Java debugging via jdt.ls
https://www.npmjs.com/package/coc-java-debug
Eclipse Public License 2.0
100 stars 8 forks source link

Multiple Vimspector debugging sessions at the same time? #16

Closed Frederick888 closed 3 years ago

Frederick888 commented 3 years ago

I'm using coc-java-debug under NeoVim 0.4.4.

Now I'd like to debug a few applications at the same time since they communicate with each other via API requests and/or queues. However it seems at the moment if I launch a new debugging session via CocCommand java.debug.vimspector.start, it replaces the existing one instead of starting a new one.

Is it possible to have multiple debugging sessions at the same time?

dansomething commented 3 years ago

To my knowledge Vimspector doesn't support multiple simultaenous debug sessions. I think you'd have to open multiple instances of Vim+Vimspector to make it work.

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] commented 3 years ago

This issue has been automatically closed due to lack of activity.