Ejemplo n.º 1
0
bool CmdRun::onServer(DebuggerProxy &proxy) {
  throw DebuggerRestartException(m_args);
}
Ejemplo n.º 2
0
bool CmdRun::onServer(DebuggerProxy &proxy) {
  g_context->setDebuggerSmallStep(m_smallStep);
  throw DebuggerRestartException(m_args);
}