orcun-gokbulut / qml-debug

Visual Studio Code debugging support for Qt QML language
GNU General Public License v3.0
12 stars 5 forks source link

Breakpoints aren't disabled while app is running #3

Open Godhart opened 2 years ago

Godhart commented 2 years ago

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.