On linux platform, we simply treated `/proc/$pid/exe` as the executable of targeting process when doing `dlv attach`. The `/proc/$pid/exe` is a symbol link of the real executable file. Delve couldn't find the corrsponding external debug file based on the symbol link: ``` could not attach to pid $pid: could not open debug info ``` The fix is to evaluate the symbol links to the actual executable path. |
||
|---|---|---|
| .. | ||
| astutil | ||
| config | ||
| dwarf | ||
| gobuild | ||
| goversion | ||
| logflags | ||
| proc | ||
| terminal | ||
| version | ||