Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Interrupt location, click the continue button to continue normal operation
#ifndef QT_NO_QOBJECT inline bool QCoreApplication::sendEvent(QObject *receiver, QEvent *event) { if (event) event->spont = false; return notifyInternal2(receiver, event); }
@tujiaw What is the question?
How to not interrupt
@tujiaw Do you mean your app is crashing? Or what do you mean by "interrupt"?
Hi If you can press a button to run again ( continue) , it really sounds like a break point?