Package org.intellij.erlang.debugger.node

Examples of org.intellij.erlang.debugger.node.ErlangDebuggerNode


  public ErlangXDebugProcess(@NotNull XDebugSession session, ExecutionEnvironment env) {
    //TODO add debug build targets and make sure the project is built using them.
    super(session);
    session.setPauseActionSupported(false);
    myExecutionEnvironment = env;
    myDebuggerNode = new ErlangDebuggerNode();
    setDebuggerNodeListener();
    setModulesToInterpret();
  }
View Full Code Here

TOP

Related Classes of org.intellij.erlang.debugger.node.ErlangDebuggerNode

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.