diff --git a/src/plugins/debugger/cdb/cdbengine.cpp b/src/plugins/debugger/cdb/cdbengine.cpp index cacd3736e86..e80b1cb4992 100644 --- a/src/plugins/debugger/cdb/cdbengine.cpp +++ b/src/plugins/debugger/cdb/cdbengine.cpp @@ -796,6 +796,7 @@ void CdbEngine::setupInferior() BreakpointModelId(quint16(-1)), true), 0); } postCommand("sxn 0x4000001f", 0); // Do not break on WowX86 exceptions. + postCommand("sxn ibp", 0); // Do not break on initial breakpoints. postCommand(".asm source_line", 0); // Source line in assembly postCommand(m_extensionCommandPrefixBA + "setparameter maxStringLength=" + debuggerCore()->action(MaximalStringLength)->value().toByteArray()