Examples of ErlangDebuggerNode


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
Copyright © 2018 www.massapi.com. 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.