I’m having problems attaching to a running process. The two different approaches that fail are:
- When I configure VGDB to ask for the process to attach to, it shows an empty list of processes, so I can’t select anything.
- When I configure VGDB to take a specific PID, I can’t set the PID of the running process in the VGDB settings since for example the PID could be something like 1000169805, while VGDB only accepts values up to 1000000000.
Any help appreciated, thanks.