Skip to content

Jump from breakpoint window to breakpoint in source#449

Merged
BlackIkeEagle merged 1 commit intovim-vdebug:masterfrom
StotoV:442
Apr 21, 2020
Merged

Jump from breakpoint window to breakpoint in source#449
BlackIkeEagle merged 1 commit intovim-vdebug:masterfrom
StotoV:442

Conversation

@StotoV
Copy link
Contributor

@StotoV StotoV commented Mar 28, 2020

There seems to be a small bug that whenever the stack contains only one item, the jumping does not work. This is also the case for the stack jump.

#442

There seems to be a small bug that whenever the stack contains only one item, the jumping does not work. This is also the case for the stack jump.

bp = self.get_breakpoint(id[0].strip())

if bp is not None and bp.type == "line":
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

its safe to add conditional too, the rest I should check

@BlackIkeEagle BlackIkeEagle merged commit fd1d56d into vim-vdebug:master Apr 21, 2020
@BlackIkeEagle
Copy link
Member

Thanks for these nice additions

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

Successfully merging this pull request may close these issues.

2 participants