Example #1
0
 private void btnStop_Click(object sender, EventArgs e)
 {
     GDBConnector.Break();
     GDBConnector.GetRegisters();
 }