updated the MR, hopefully this should work now
Yes, it works now.
it's likely we shouldn't try `/usr/lib/debug/.build-id/xxx/yyy` (which points to the stripped image) but `/usr/lib/debug/.build-id/xxx/yyy.debug` instead. (updated MR to only try the later, previously was trying the former first, and in case of failure the later)
Thanks for the change. Now debugging symbols are correctly loaded.