| Interface | Description |
|---|---|
| BreakpointManager |
Manages the breakpoint in the debugging session.
|
| Debuggeable |
Specifies that a message processor can debug its internal execution.
|
| DebuggerCallback |
Callback to the mule debugger framework.
|
| DebuggingSession |
Represents a debugging session.
|
| DebugInfoProvider |
Provides information about an object for debugging purposes
|
| ExecutionManager |
Handles the execution of the underlying debugging engine.
|
| FieldDebugInfoFactory.FieldEvaluator |
Evaluates a field to provide its value
|
| ScriptEvaluator |
Determine if the
ExecutionManager supports or not dynamic scripting evaluation. |
| Class | Description |
|---|---|
| Breakpoint |
Identifies an execution breakpoint.
|
| DebuggerFrame |
Represents an execution frame with the current debugging state.
|
| ErrorFieldDebugInfo |
Provides debug information for a field when there was an error
obtaining the field's information.
|
| FieldDebugInfo<T> |
Provides debug information for an object field.
|
| FieldDebugInfoFactory |
Creates instances of
FieldDebugInfo |
| ObjectFieldDebugInfo |
Provides debug information for an object's field that contains a value
composed of many simple values.
|
| SimpleFieldDebugInfo |
Provides debug information for an object's field that contains a simple value.
|
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.