A bit of QA testing of CDB.

Handle functions with 0 variables correctly in the stack view.
Give names to unnamed formal parameters (causing WatchData
warnings). Ignore exception 06ba.
This commit is contained in:
Friedemann Kleint
2009-05-20 14:20:38 +02:00
parent bcb566261f
commit 65a179da14
5 changed files with 47 additions and 18 deletions

View File

@@ -886,7 +886,8 @@ void CdbDebugEngine::stepExec()
m_d->clearForRun();
const HRESULT hr = m_d->m_cif.debugControl->SetExecutionStatus(DEBUG_STATUS_STEP_INTO);
Q_UNUSED(hr)
if (FAILED(hr))
qWarning("%s : %s", Q_FUNC_INFO, qPrintable(msgComFailed("SetExecutionStatus", hr)));
m_d->m_breakEventMode = CdbDebugEnginePrivate::BreakEventIgnoreOnce;
startWatchTimer();