|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Debugger
Interface for ATL VM debuggers (or other tools like profilers).
| Method Summary | |
|---|---|
void |
enter(StackFrame frame)
|
void |
error(StackFrame frame,
java.lang.String msg,
java.lang.Exception e)
|
void |
leave(StackFrame frame)
|
void |
step(ASMStackFrame frame)
|
void |
terminated()
|
| Method Detail |
|---|
void enter(StackFrame frame)
void leave(StackFrame frame)
void step(ASMStackFrame frame)
void terminated()
void error(StackFrame frame,
java.lang.String msg,
java.lang.Exception e)
|
Copyright 2007 IBM Corporation and others. All Rights Reserved. |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||