pharo-project / pharo

Pharo is a dynamic reflective pure object-oriented language supporting live programming inspired by Smalltalk.
http://pharo.org
Other
1.21k stars 356 forks source link

Removing a breakpoint doesn’t seem to remove it #17319

Open Rinzwind opened 1 month ago

Rinzwind commented 1 month ago

As demonstrated in the following video, in Pharo 13 build 313, removing a breakpoint doesn’t seem to remove it (the editor is not updated to reflect the removal, reselecting the method shows that the breakpoint did get removed).

https://github.com/user-attachments/assets/317246ed-266f-4280-806d-a037ed8009d5

Rinzwind commented 1 month ago

I checked earlier builds, it works in build 240 but not in build 241, so I assume that’s due to the changes in commit 9592b12ec3146d31 which merged pull request #16782.