# README
debug 调试相关
import "github.com/x-module/helper/debug"
函数列表:
- DumpPrint : 调试输出
- DumpStacks :打印堆栈信息.
- GetCallFile : 获取调用方法的文件路径.
- GetCallLine : 获取调用方法的行号.
# Functions
DumpPrint 调试输出.
DumpStacks 打印堆栈信息.
GetCallFile 获取调用方法的文件路径.
GetCallLine 获取调用方法的行号.