Example #1
0
bool CmdRun::onServer(DebuggerProxy &proxy) {
  throw DebuggerRestartException(m_args);
}
Example #2
0
bool CmdRun::onServer(DebuggerProxy &proxy) {
  g_context->setDebuggerSmallStep(m_smallStep);
  throw DebuggerRestartException(m_args);
}