-
Notifications
You must be signed in to change notification settings - Fork 30.8k
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
Let debug breakpoint pined to the original line during debug session #57948
Comments
(Experimental duplicate detection) |
thx for you rapid reponse, I cannot reproduce the issue neither. |
To reproduce the issue, in fact, it's about to insert lines during debug session.
|
"Live edit" while a debug session is running only works for debug extensions that support this. |
duplicate of #6930 |
Hello,
Suppose we add a breakpoint to the line 2, and we insert 3 blank lines before, current version of vscode will keep the breakpoint still at the line 2 which is pointed to a blank line.
original breakpoint:
add 3 blank lines before the line 2:
I expect to see
Could you please let the breakpoint to pined to the original line code, which means if the original line of code moves, the breakpoint should go with it.
Regards
The text was updated successfully, but these errors were encountered: