Skip to content
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

Open
2 tasks done
ubaldot opened this issue Sep 2, 2024 · 0 comments
Open
2 tasks done

Many unlisted buffers are left opened after :VimspectorReset #879

ubaldot opened this issue Sep 2, 2024 · 0 comments

Comments

@ubaldot
Copy link
Contributor

ubaldot commented Sep 2, 2024

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

  1. Open Vimspector and then close it.
  2. run :ls u

You should see something like the following:

  4u  -  "vimspector.StackTrace[0]"     line 1
  5u     "vimspector.Watches[0]"        line 1
  6u  -  "vimspector.Variables[0]"      line 1
  7u     "[No Name]"                    line 1
  8u     "vimspector.Console[0]"        line 1
  9u  -  "vimspector.Output:stderr[0]"  line 1
 10u  -  "_vimspector_log_0_Vimspector" line 1
 13u  -  "vimspector.Output:server[0]"  line 1

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

VIM - Vi IMproved 9.1 (2024 Jan 02, compiled Jun 24 2024 00:58:05)
Included patches: 1-516

Python version

No response

Neovim diagnostics

No response

Operating System

Ubuntu 24.04 on WSL2 over Win10 machine.

Declaration

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant