print hscript when debugging cached AsyncEmbeddedScript
This commit is contained in:
@@ -135,6 +135,8 @@ class AsyncEmbeddedScript {
|
|||||||
ranHscriptInstruction = true;
|
ranHscriptInstruction = true;
|
||||||
#end
|
#end
|
||||||
interp.variables['cc'] = cc;
|
interp.variables['cc'] = cc;
|
||||||
|
if (printCurrentInstruction)
|
||||||
|
Prelude.print(hscriptInstructions[instructionPointer]);
|
||||||
interp.execute(parser.parseString(hscriptInstructions[instructionPointer]));
|
interp.execute(parser.parseString(hscriptInstructions[instructionPointer]));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user