提交 fe794376 编写于 作者: D Derek Parker

Organize types / methods a bit

上级 a5ee20a2
......@@ -47,18 +47,18 @@ type BreakPoint struct {
OriginalData []byte
}
type BreakPointExistsError struct {
file string
line int
addr uintptr
}
type Variable struct {
Name string
Value string
Type string
}
type BreakPointExistsError struct {
file string
line int
addr uintptr
}
func (bpe BreakPointExistsError) Error() string {
return fmt.Sprintf("Breakpoint exists at %s:%d at %x", bpe.file, bpe.line, bpe.addr)
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册