'Attach gdb' not working when launching via the shell
Status: Inactive
Brought to you by:
bmerry
It causes gdb to attach to the shell instead of the app. Possibly this can be fixed by launching with 'exec' to replace the shell with the app, although that would prevent pipelines from being used. And it still wouldn't work for shell scripts.
A better alternative may be to have a debug protocol command to allow the debugger to query the PID of the target.