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
Adding breakpoints while app is running works just fine.
But when I disable breakpoint, it's still remains active and execution halts on this lines until app is stopped.
I'm debugging app with QT for PY (PySide6)
Adding breakpoints while app is running works just fine.
But when I disable breakpoint, it's still remains active and execution halts on this lines until app is stopped.