Multi-targer debugging for a single remote #12306
kotborealis
started this conversation in
General
Replies: 0 comments
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.
-
I'm using this extension to remotely debug multiple processes on the another machine via some kind of a gdbserver.

The problem is that multiple processes (inferiors, in terms of gdb) show up as threads in the UI:
There's two processes, but they are not grouped in any way.
I'm aware that there's an option to start multi-target debugging, which displays processes nicely:

However, I'm not sure that this is the solution - I actually have a single target with multiple processes (inferiors), and the gdbserver in question does not support multiple connections.
Is there a way to trigger multi-target mode using only a single target and multiple inferiors?
Beta Was this translation helpful? Give feedback.
All reactions