-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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
Breakpoints Line Number State is Lost #68265
Comments
|
Can your project be shared? If not can you set |
I have created a sample project without sensitive data. For debugging the breakpoint issue on Visual Studio. Thank you! : |
I can't run this, it looks like it's expecting a mongo server or something, how can I run it without that?
|
Good morning, The project has been updated and the dependency has been removed. https://github.com/interpegasus/BreakPointDebug The issue can be tested by adding breakpoints in Please let me know in case you have any other questions. Thank you! |
Thanks. You just have to add two lines to your launch config:
And |
Steps to Reproduce:
Result
Some breakpoints are erased, and some others change line number.
Usually one breakpoint is automatically added in the first lines of the file.
Breakpoints have to be recreated.
Expected behavior
The app should remember the line numbers, and status of each break point.
Does this issue occur when all extensions are disabled?
Yes
VSCODE_CWD="$PWD" open -n -b "com.microsoft.VSCode" --args $* code --disable-extensions
The text was updated successfully, but these errors were encountered: