Skip to content

cmd/pprof: add readline support #14041

@valyala

Description

@valyala

Currently go tool pprof in interactive mode doesn't support readline features such as command history, ctrl-r, tab-completion, etc. It would be great to add such functionality.

Basic integration is quite easy - see the gist containing PoC readline patch for go tool pprof. It is based on pure go implementation of readline.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions