Added new debug command to dump scripts execution status.
svn-id: r30840
This commit is contained in:
parent
bc257fc378
commit
cf724e889c
6 changed files with 35 additions and 0 deletions
|
@ -85,6 +85,7 @@ Program::Program() {
|
|||
_loopCounter = 0;
|
||||
_locals = new LocalVariable[NUM_LOCALS];
|
||||
_numLocals = 0;
|
||||
_status = kProgramIdle;
|
||||
}
|
||||
|
||||
Program::~Program() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue