Skip to content

Debugger* buffers are not deleted on close#226

Merged
joonty merged 1 commit intovim-vdebug:masterfrom
BlackIkeEagle:on-close-buffers-are-not-deleted
Sep 4, 2015
Merged

Debugger* buffers are not deleted on close#226
joonty merged 1 commit intovim-vdebug:masterfrom
BlackIkeEagle:on-close-buffers-are-not-deleted

Conversation

@BlackIkeEagle
Copy link
Copy Markdown
Member

When the debugging session is done and you close the debugger tab in
vim, the Debugger* buffers are just hidden, not deleted.

Change the check in the Window class back to 'self.buffer == None' from
'not self.is_open' to bail out of the destroy method.

fixes #225

Signed-off-by: BlackEagle ike.devolder@gmail.com

When the debugging session is done and you close the debugger tab in
vim, the Debugger* buffers are just hidden, not deleted.

Change the check in the Window class back to 'self.buffer == None' from
'not self.is_open' to bail out of the destroy method.

fixes #225

Signed-off-by: BlackEagle <ike.devolder@gmail.com>
@joonty
Copy link
Copy Markdown
Collaborator

joonty commented Sep 4, 2015

Thanks @BlackIkeEagle, I'd obviously forgotten why I used buffer == None in the first place!

joonty added a commit that referenced this pull request Sep 4, 2015
…eleted

Debugger* buffers are not deleted on close
@joonty joonty merged commit 90ac5e5 into vim-vdebug:master Sep 4, 2015
@joonty joonty added the bug label Sep 4, 2015
@joonty joonty added this to the Version 1.5.1 milestone Sep 4, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Vdebug buffers are not closed on vdebug close

2 participants