Fixed issue #1770 (Macro development step over/into does not work in some cases

)
This commit is contained in:
Matthias Koefferlein 2024-07-04 18:45:34 +02:00
parent 63aeec1e36
commit 9c13dbb63c
1 changed files with 3 additions and 0 deletions

View File

@ -3763,6 +3763,9 @@ MacroEditorDialog::run (int stop_stack_depth, lym::Macro *macro)
QDialog::accept ();
}
// in a breakpoint
m_in_breakpoint = false;
} else {
if (! macro) {