public void go(final XScriptContext xsctxt, String filename) {
Main sdb = initUI(xsctxt);
// This is the method we've added to open a file when starting
// the Rhino debugger
sdb.openFile(filename);
}
public void go(final XScriptContext xsctxt, InputStream in) {
Main sdb = initUI(xsctxt);