I have a segmented button with two segments. In the pressed event there is one line to call a method. I have a break point there. Upon entering the screen, one segment is selected.
I click the other segment and I get into the pressed event. At this point clicking the segments changes what appears to be selected but we don’t get back into the pressed event (the break point doesn’t break).