Details
Description
Steps to reproduce:
- create / open Qt Quick Application from template
- set BP in main.cpp and main.qml
- start debugging
- when Qml App is up and running hit 'Interrupt'
Current result:
- works fine if there was no BP hit inside the QML/JS part
- works, but hits a Soft Assert when a BP inside the QML/JS part has been hit before
SOFT ASSERT: "state() == InferiorRunOk || state() == InferiorStopOk || state() == InferiorRunRequested" in file qml/qmlcppengine.cpp, line 579 InferiorStopRequested