Package org.erlide.backend.debug

Examples of org.erlide.backend.debug.DebuggerEventDaemon


        allProcesses = new ArrayList<ErlangProcess>();
        localProcesses = new ArrayList<ErlangProcess>();
        interpretedModules = new HashSet<String>();

        debuggerDaemon = new DebuggerEventDaemon(backend, this);
        debuggerDaemon.start();

        // interpret everything we can
        final EnumSet<ErlDebugFlags> debugFlags = backend.getData().getDebugFlags();
        final boolean distributed = debugFlags.contains(ErlDebugFlags.DISTRIBUTED_DEBUG);
View Full Code Here

TOP

Related Classes of org.erlide.backend.debug.DebuggerEventDaemon

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.