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

Usability #1

Open
ncannasse opened this issue Oct 20, 2014 · 1 comment
Open

Usability #1

ncannasse opened this issue Oct 20, 2014 · 1 comment

Comments

@ncannasse
Copy link
Member

First time using it, it works very well, however I found one thing which is quite annoying, which is when you use "next" and you are at the end of a function, it will the same as "continue", whereas other debuggers will instead move to the "next" line of the callee frame.

Could this be fixed ? This is quite a show stopper IMHO.

@bjitivo
Copy link
Contributor

bjitivo commented Oct 20, 2014

If that's what it's doing, then it's definitely a bug, as it was not intended to work that way. Surprising too, because I was almost sure I'd used it in the same way that you are describing and did not find that it continued when it hit the end of a function, but instead stepped to the next line in the caller's context.

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

2 participants