-
Notifications
You must be signed in to change notification settings - Fork 8
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
Code Editor 2: Breakpoints persist after the line of code is deleted #1160
Milestone
Comments
Fixed + Merged |
It should be noted that the repro above requires that you delete 4 or more contiguous breakpoints otherwise the bug is not observed. |
Fixed the remaining edge cases. |
Fix verified in IDE v2024.1100.0.646 Runtime v2024.1100.0.666 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
GM-2193
Bug Type: Bug in the UI or IDE functionality
Ide: 2.3.5.589
Runtime: 2.3.5.458
Os: Windows 10
Components: Debugger
Description: Hello, this is a very minor issue and I'm not entirely sure how to reproduce it. BUT
What I'm running into is a breakpoint at line 87 that persists despite that script asset no longer having 87 lines or a breakpoint marked with the red dot. I had some commented out code in a script that I deleted (tbh not sure when I deleted this, sorry). I think a breakpoint was around there somewhere. At current time, no breakpoints are showing red dots in the code editor. And yet the program stops at the end of the script. I investigated the Breakpoints window and it showed a breakpoint still existing at line 87. I turned it off via this window and the problem is resolved.
The text was updated successfully, but these errors were encountered: