private void continueExecution(object sender, EventArgs e) { if (dbg != null && dbg.IsAlive) { dbg.ContinueExecution(500); } }