use ps ah -e
in get_processes()
?
#988
Closed
yetyetanotherusername
started this conversation in
Ideas
Replies: 1 comment
-
Changed it with #991 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey,
I'm not quite sure how
ps ah
works on other systems but on Fedora, it returns only a handful of processes related to the terminal emulator it is called from. This makes it impossible for me to attach to the application I need to debug usingpick_process
, since it never shows up in the list of processes.I'm wondering if anybody can see any downsides to adding the
-e
parameter? Perhaps the less verboseps a -u "$USER"
?Beta Was this translation helpful? Give feedback.
All reactions