/* (non-Javadoc) * @see org.exist.debugger.DebuggingSource#stepInto() */ public void stepInto() throws IOException { debugger.stepInto(); }
/* (non-Javadoc) * @see org.exist.debugger.DebuggingSource#stepInto() */ public void stepInto(ResponseListener listener) { debugger.stepInto(listener); }