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
Description
The tooltip in Breakpoints view is freezing the application on hover if the tooltip is long enough to span on a different monitor.
Reproduction
Steps to reproduce the behavior:
Open the breakpoint view
Create a breakpoint with a very long breakpoint definition.
Hover over the breakpoint description in the breakpoint view, making sure the breakpoint view's edge touches the other monitor on the right side of the current monitor.
The tooltip will be triggered and the application will freeze.
Expected Behavior
The tooltip should span to be contained in a single monitor.