Ignore:
Timestamp:
06/05/08 17:05:48 (16 years ago)
Author:
ra33
Message:

Fixed some stuff with the SIMPLE debugger
Refactored the way the interpretor works to make it easier to give better error messages.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/items/Item.java

    r86 r87  
    10111011        public void run() {
    10121012                try {
    1013                         AgentStats.reset();
    1014                         FrameGraphics
    1015                                         .DisplayMessage("Running SimpleProgram...", Color.BLUE);
     1013                        Simple.ProgramStarted();
    10161014                        Simple.RunFrameAndReportError(this, new Context());
    10171015                        Simple.ProgramFinished();
Note: See TracChangeset for help on using the changeset viewer.