-
Notifications
You must be signed in to change notification settings - Fork 174
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Many unlisted buffers are left opened after :VimspectorReset #879
Comments
Seems related: #796 |
puremourning
added a commit
that referenced
this issue
Nov 7, 2024
Some people are really picky about their buffer numbers and not having unlisted, unloaded buffers in the buffer list. I personally don't care and like the fact that marks and stuff are retained between runs, but I don't care enough to really fight it. This is cleaner afterall. Closes #879
puremourning
added a commit
that referenced
this issue
Nov 16, 2024
Some people are really picky about their buffer numbers and not having unlisted, unloaded buffers in the buffer list. I personally don't care and like the fact that marks and stuff are retained between runs, but I don't care enough to really fight it. This is cleaner afterall. Closes #879
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
I noticed that when Vimspector is closed, lot of unlisted Vimspector-related buffers are kept loaded.
Also, breakpoint signs on the source code files don't seem to be removed. I am using
debugpy
gadget.Is it reproducible in vim?
Reproducible in Vim
Works with clean config?
Yes
Sample project works?
Not reproducible with sample project
Minimal Reproduction
:ls u
You should see something like the following:
Expected Behaviour
Unlisted Vimpspector-related buffers are wiped out when exiting vimspector.
Actual Behaviour
Unlisted Vimpspector-related buffers are not wiped out when exiting vimspector.
Additional information
No response
Installation Type
Plugin Manager (git clone)
Vimspector version
af13695
Debug Info
No response
Log file
No response
Vim version
Python version
No response
Neovim diagnostics
No response
Operating System
Ubuntu 24.04 on WSL2 over Win10 machine.
Declaration
The text was updated successfully, but these errors were encountered: