GemTalk / JadeiteForPharo

IDE for GemStone Smalltalk application development in Pharo using Rowan code management
MIT License
0 stars 0 forks source link

Need indicator when you cannot add a breakpoint #100

Closed LisaAlmarode closed 2 months ago

LisaAlmarode commented 2 months ago

When you go to add a breakpoint, the add breakpoint menu option is always enabled. If you click on it, it just... fails to do anything. It's hard enough to figure out the magic place you can add a breakpoint vs. where the mouse is actually hovering...

If you aren't going to just look around for a random later place to stick a breakpoint, better disable the menu item when it's not going to work.

ericwinger commented 2 months ago

If you right click to open the context menu, the point where you right-clicked will determine the stepPoint selected. If it's not a stepPoint, Add/Clear Breakpoint will not be enabled.