Package helma.scripting.rhino.debug

Examples of helma.scripting.rhino.debug.Tracer


        thread = Thread.currentThread();
        global = new GlobalObject(core, app, true);
        context = core.contextFactory.enterContext();

        if (core.hasTracer) {
            context.setDebugger(new Tracer(getResponse()), null);
        } else if (useProfiler()) {
            context.setDebugger(new Profiler(), null);
        }

        // register the engine with the current thread
View Full Code Here

TOP

Related Classes of helma.scripting.rhino.debug.Tracer

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.