You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ideally: also provide an optional filter to the command (that would allow to specify [part of] the application name or even better [part of] the cmd [= arguments passed] along with the command / user) that would make it much easier to choose the right process, not "one of the three interesting of the thousand processes running on that server".
When attaching to an application, having to set manually the PID on the launch.json breaks quite a bit the flow.
Would it be possible to use the
${command:pickProcess}
as is done on the default C++ debugger?The text was updated successfully, but these errors were encountered: