public void stepInto()

in src/com/jetbrains/clion/bugeater/debugger/BugEaterDriver.java [155:158]


    public void stepInto(boolean forceStepIntoFramesWithNoDebugInfo, boolean stepByInstruction) throws ExecutionException {
        stepOver(stepByInstruction);
        //todo
    }