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
{{ message }}
This repository was archived by the owner on Mar 22, 2018. It is now read-only.
There is a weird behavior on the window events when clicking on a stack trace entry from a pre-debug window:
The window gets open multiple times, and resized.
The problem is that, starting from the pre-debug window:
When you click on the first entry, the pre-debug window transform itself in a debug window, as follow:
So, it gets resized, etc.
To reproduce, execute
self haltand click on the first stack trace entry.