Search code examples
javajavascripteclipserhino

How know that script execution completed .in Rhino Debugger..?


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


Solution

  • There is a method contextReleased(Context context) in org.eclipse.wst.jsdt.debug.rhino.debugger.RhinoDebuggerImpl class in run after completion of Script..