//
pkg.gl
Category
github.com/hitzhangjie/godbg
cmd
debug
package
0.0.0-20230813051725-eda43a216cae
Repository:
https://github.com/hitzhangjie/godbg.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
16
Dependents
1
Files
1.1k SLOC
#
Functions
Cleanup
Cleanup 清理调试会话.
NewDebugSession
NewDebugSession 创建一个debug专用的交互管理器.
#
Constants
FileFunc
like main.go:main.
FileLineNo
like main.go:100.
PackageFunc
like main.main.
#
Variables
CurrentSession
No description provided by the author
#
Structs
DebugSession
DebugSession 调试会话.
#
Type aliases
Location
Location location in source code, see LocSpec below.
LocSpec
No description provided by the author