For Attach request, allow user to key in process name instead of PID #423
nurfitri97
started this conversation in
Ideas
Replies: 1 comment
-
The way it is expected to work is to show an input field that lists the processes, possibly with pre-setting a filter - and if there's only one entry it could be used directly.
In any case that must be implemented using typescript, not system processes.
You're very welcome to create a PR implementing that!
|
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.
-
For attach request , the PID is very malleable and will be different each time the apps is launch. Suggest to develop a new field with the name as
processName
as an alternate to existingtarget
field. Thus from the new field we can useps aux | grep processName
value to get the PID and attach to it.Beta Was this translation helpful? Give feedback.
All reactions