You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure this is fixable because neovim... neovim/neovim#16327. Feel free to badger them to fix this - it's the only way.
It seems that although tabs aren't correctly invalidated, their tab numbers are updated before TabClosed is called, so there's no way for Vimspector to know that you closed a tab which wasn't the vimspector tab but is now.
Description
Debugger quit exceptionally when closing a new tab that inserted before vimspector tab.
I found that vimspector session can be queried by tabpagenr in neovim, but that inserting a new tab can lead tabpagenr changed.
Works in vim?
Only broken in Neovim
Works with clean config?
Yes
Sample project works?
Reproducable with sample project
Minimal Reproduction
List of steps to reproduce:
tabpagenr()-1 tabnew
Expected Behaviour
Debugger don't quit.
Actual Behaviour
Debugger quit.
Additional information
No response
Installation Type
Plugin Manager (git clone)
Vimspector version
latest
Debug Info
No response
Log file
No response
Vim version
Python version
No response
Neovim diagnostics
No response
Operating System
No response
Declaration
The text was updated successfully, but these errors were encountered: