in src/com/jetbrains/clion/bugeater/debugger/BugEaterDriver.java [494:499]
protected long startImpl() throws ExecutionException {
//todo These methods are supposed to be called asynchronously when actual debugger is started
handleAttached(0);
handleRunning();
return 0;
}