lab001

command
v0.0.0-...-f10d331 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 8, 2023 License: MIT Imports: 4 Imported by: 0

README

调试go文件

注意点

  • dlv debug main.go进入调试
  • b main.hi或者b E:/Workspace/go-labs/src/lab126/lab001/main.go:19都可以打断点
  • n单步调试
  • c运行
  • p hostName打印hostName的值
  • locals打印所有的本地变量
  • args打印出所有的方法参数信息

运行结果

Imgur

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL