cmd/pprof: go tool doesn't accept Ctrl-f while pprof does #37482
Labels
FrozenDueToAge
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
Run
go tool pprof some_pprof_sample.pb.gz
.What did you expect to see?
In the interactive tool, Ctrl-f and Ctrl-b should be usable to move cursor forward and backward.
What did you see instead?
Ctrl-f doesn't work. Ctrl-b, Ctrl-p, Ctrl-n don't work either.
Arrow keys, Ctlr-a and Ctrl-e work though.
This symptom doesn't happen if I run
pprof some_pprof_sample.pb.gz
instead.The text was updated successfully, but these errors were encountered: