mirror of
https://github.com/rizinorg/cutter.git
synced 2025-01-31 08:37:26 +00:00
Removed dr from debug start
This commit is contained in:
parent
0562c377fb
commit
bc72c53d01
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user