Skip to content

runtime/debug: reimplement Stack and PrintStack using runtime.Stack? #12363

@rsc

Description

@rsc

We marked debug.Stack (and implicitly debug.PrintStack) as explicitly deprecated, telling people to use runtime.Stack instead. But runtime.Stack is not as convenient. Perhaps we should make debug.Stack a trivial (but more convenient) wrapper around runtime.Stack and undeprecate it.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions