mirror of
https://github.com/go-delve/delve.git
synced 2025-10-29 09:46:56 +08:00
Add logging for Issue #1927. The bug happens during the call to api.ConvertThread, returning an error will not suffice since ConvertThread will not surface it. Updates #1927