-
Notifications
You must be signed in to change notification settings - Fork 31.8k
Implements run to line. #130039
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
Implements run to line. #130039
Conversation
024cc8a
to
5edf7a1
Compare
Did a first quick review and it looks good.
I will do one more detailed review soon. |
Can you please implement the newly introduced method in the |
I really should check the logs before pushing :D |
Yeah that can be helpful :D |
I agree. Wouldn't it be nice though if "Run to line" starts debugging if debugging is not active? |
Yeah I also thought about that. The problem is that starting debugging we can not guarantee that the current file will actually get run. |
I see. I'm okay with hiding it for now! |
Cool, then let's merge it in. Thanks a lot for this great PR 👏 |
@isidorn I'm curious why you are merging a failing PR. |
@scybert because I double checked that it is good and that it works as expected. It might have been failing in the past, before latest commits were added. |
Also, your tests are flakey... |
This PR fixes #123872
I'm unsure if I got column 0/undefined right.
What do you think of putting "Run to line" to the top of that menu? 😉