commandLine.addParameters("-sname", "test_node" + System.currentTimeMillis());
commandLine.addParameters("-run", "debugnode", "main", myDebuggerNode.getName(), myDebuggerNode.getMessageBoxName());
runningState.setErlangFlags(commandLine);
runningState.setNoShellMode(commandLine);
runningState.setStopErlang(commandLine);
Process process = commandLine.createProcess();
myErlangProcessHandler = new OSProcessHandler(process, commandLine.getCommandLineString());
getSession().getConsoleView().attachToProcess(myErlangProcessHandler);
myErlangProcessHandler.startNotify();
if (runningState instanceof ErlangRemoteDebugRunningState) {
ErlangRemoteDebugRunConfiguration runConfiguration = (ErlangRemoteDebugRunConfiguration) getRunConfiguration();