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) {
offsetPriorDebugging = getOffset();
}
// FIXME: we do a 'dr' here since otherwise the process continues
cmd("ood; dr");
cmd("ood");
emit registersChanged();
if (!currentlyDebugging) {
setConfig("asm.flags", false);