Package org.omegahat.Environment.Debugger

Early work on providing debugging facilities.

See:
          Description

Interface Summary
Debugger  
ErrorHandler  
EvaluationListener  
InteractiveDebugger An interface definition that allows a class to trace the active expressions within an expression tree.
 

Class Summary
BasicErrorHandler Abstract class defining the default methods implementing an error handler for the Evaluator class.
BugReportData Class whose show() method displays output for the different fields we would like reported to the bug tracking system at http://www.omegahat.org/bugs
DefaultErrorHandler  
EvaluatorDebugger  
SimpleEvaluationMonitor This is a class that listens to the evaluation of tasks in a given Evaluator and announces each task and sub-expression as it becomes active, printing the interpreted stack trace as it happens.
SystemErrorHandler  
 

Package org.omegahat.Environment.Debugger Description

Early work on providing debugging facilities. These work by ``attaching'' themselves to different Evaluators and receiving events as the active expressions change.