-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Closed
Description
Related to Issue #1908 originally posted by @andyste1:
I have created a really simple application to illustrate the problem:
<Grid>
<controls:ToggleSwitch Width="140"
OnLabel="On"
OffLabel="Off"
Click="ToggleSwitch_OnClick"/>
</Grid>
If you attach the debugger to "ToggleSwitch_OnClick" event handler, it will never break.
I made the test, it was working fine in version 0.13.1, and it is no longer working since at least version 1.1.2 (haven't tried with every version).