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