hi,
i am using the rhino 1.7 javaScript engine in my project. i have implemented the debugger and debugFrame interfaces, and now i am getting to the public void onDebuggerStatement(Context cx) function.
how can i get from the context all the debug information that i need e.g. the list of variables and their value?
regards, me :-)