Removed dr from debug start

This commit is contained in:
mandlebro 2018-08-06 15:48:28 +01:00 committed by xarkes
parent 0562c377fb
commit bc72c53d01

View File

@ -884,8 +884,7 @@ void CutterCore::startDebug()
if (!currentlyDebugging) { if (!currentlyDebugging) {
offsetPriorDebugging = getOffset(); offsetPriorDebugging = getOffset();
} }
// FIXME: we do a 'dr' here since otherwise the process continues cmd("ood");
cmd("ood; dr");
emit registersChanged(); emit registersChanged();
if (!currentlyDebugging) { if (!currentlyDebugging) {
setConfig("asm.flags", false); setConfig("asm.flags", false);