Skip to content

Commit bad688d

Browse files
committed
chapter5-*: fix typo
1 parent d7c4570 commit bad688d

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

book/5-debugger-skeleton/1-debugger_skeleton.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@
2828
- 允许查看goroutines列表、切换goroutine执行;
2929
- 允许查看threads列表、切换thread执行;
3030

31-
**一个聪明人在写代码时,会如何思考如何更加聪明地进行调试?**
32-
33-
开发人员实际上对调试器也提出了更多能力需求,比如:
31+
**聪明人写代码时也会思考后续如何更加聪明地debug**,也因此对现代调试器提出了更多能力需求,比如:
3432

3533
- 如何在“充满不确定性的环境”中实现“确定性调试”,`record & replay` 沉淀几十年,通过它我们能在程序中前进、后退并且允许重复地进行调试。
3634
- 如何能够实现自动化调试,比如通过脚本、CI/CD流水线等自动化手段进行调试,现在 go-delve/delve 就支持了通过starlark脚本控制调试器执行自动化调试。

0 commit comments

Comments
 (0)