burrow:Delve go 调试器的替代接口

时间:2021-07-11 06:58:22
【文件属性】:
文件名称:burrow:Delve go 调试器的替代接口
文件大小:14KB
文件格式:ZIP
更新时间:2021-07-11 06:58:22
Go 地洞 Go 调试器的替代接口 Burrow 有两种输入命令的模式,命令模式和按键模式。 ###命令模式: :run $interval - 一次一行地执行你的程序,中间暂停指定的时间间隔。 需要断点 :go $steps - 从程序中的当前断点运行 $steps。 需要断点 :break $file:$number - 在 $file 行 $number 处设置断点。 :unbreak file:number - 删除 $file 行 $number 处的断点(如果存在)。 :breaks - 显示程序中的所有当前断点。 :threads [-v] - 显示所有跟踪线程的状态。 显示文件上下文的详细标志 :routines [-v] - 显示所有 gorountines 的位置。 显示文件上下文的详细标志 :print $var - 显示 $var 的值。 需要断点 :scop
【文件预览】:
burrow-master
----attached()
--------process.go(4KB)
----commands()
--------errors.go(156B)
--------command.go(6KB)
----burrow.go(2KB)
----history()
--------history.go(943B)
----LICENSE(1KB)
----display()
--------bpview.go(485B)
--------context.go(610B)
--------output.go(3KB)
--------code.go(303B)
--------filecontext.go(544B)
--------prompt.go(5KB)
--------main.go(966B)
--------file.go(402B)
----.gitignore(287B)
----completion()
--------completion.go(320B)
----README.md(1KB)

网友评论