摘要: 一、快速设置断点 操作: 在代码编辑器左侧行号区,点击即可打上/取消红点。 或选中行,按 F9。 案例: // Form1.cs 中 private void buttonSave_Click(object sender, EventArgs e) { var text = textBoxName. 阅读全文