You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: