pharo-spec / NewTools

All development tools for Pharo, developed with Spec
21 stars 53 forks source link

Debugger: Halt menu should have a tooltip #457

Open jecisc opened 1 year ago

jecisc commented 1 year ago

In the debugger, above the evaluator, there is an icon to open a menu with halt options (halt on read, halt on write...).

The icon is not really explicit and a tooltip with an help wight be useful to know what it does

adri09070 commented 1 year ago

image

This icon? These are object-centric breakpoints. But yes, you're right

jecisc commented 1 year ago

Yes!

StevenCostiou commented 1 year ago

First look at it: it seems there was no description so I added one. Turns out the tooltip does not appear. Is that because it is a popover button?

Capture d’écran 2023-02-10 à 23 28 23
adri09070 commented 1 year ago

Looks like a Spec bug to me