You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
If target app is attached to the debugger, we should be able to call Debuger.Break on specific event that was marked by the user.
Chrome DevTools has similar feature.
Describe the solution you'd like
Similarly to property and routed event breakpoints, just for DOM events
On element children changed
On element detached
On element reattached
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
If target app is attached to the debugger, we should be able to call Debuger.Break on specific event that was marked by the user.
Chrome DevTools has similar feature.
Describe the solution you'd like
Similarly to property and routed event breakpoints, just for DOM events
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: