impr: Disable pattern debug mode after evaluation has finished
This commit is contained in:
parent
03d344c0a2
commit
de36cc8445
@ -1689,6 +1689,7 @@ namespace hex::plugin::builtin {
|
||||
});
|
||||
|
||||
ON_SCOPE_EXIT {
|
||||
runtime.getInternals().evaluator->setDebugMode(false);
|
||||
*m_lastEvaluationOutVars = runtime.getOutVariables();
|
||||
*m_sections = runtime.getSections();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user