gdebug

    1. func Caller(skip ...int) (function string, path string, line int)
    2. func CallerDirectory() string
    3. func CallerFileLine() string
    4. func CallerFunction() string
    5. func CallerWithFilter(filter string, skip ...int) (function string, path string, line int)
    6. func Stack(skip ...int) string
    7. func StackWithFilter(filter string, skip ...int) string
    8. func StackWithFilters(filters []string, skip ...int) string