Is there is any way to find that the execution of javascript in Rhino debugger...Is complete or not...That means that if we make a class and i want that through this class i find that the whole script was execute or not ...is there is any function ...in rhino API...
Help
There is a method contextReleased(Context context)
in org.eclipse.wst.jsdt.debug.rhino.debugger.RhinoDebuggerImpl
class in run after completion of Script..