in src/com/jetbrains/clion/bugeater/debugger/BugEaterDriver.java [113:119]
public boolean interrupt() throws ExecutionException {
handleInterrupted(new StopPlace(fakeThreads.get(0),
new LLFrame(1, "main", null, null, 0, 0xFF00FFL, null, false, false, null)
));
//todo
return true;
}