diff options
Diffstat (limited to 'src/qml/jsruntime/qv4debugging.cpp')
| -rw-r--r-- | src/qml/jsruntime/qv4debugging.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qml/jsruntime/qv4debugging.cpp b/src/qml/jsruntime/qv4debugging.cpp index 0d2a9225da..24879e9597 100644 --- a/src/qml/jsruntime/qv4debugging.cpp +++ b/src/qml/jsruntime/qv4debugging.cpp @@ -57,6 +57,7 @@ Debugger::Debugger(QV4::ExecutionEngine *engine) , m_agent(0) , m_state(Running) , m_pauseRequested(false) + , m_havePendingBreakPoints(false) , m_currentInstructionPointer(0) { qMetaTypeId<Debugger*>(); |
