mirror of
https://github.com/go-delve/delve.git
synced 2026-05-05 20:26:14 +02:00
The change introduced to fix #4302 happens to conflict with a similar workaround in debug/macho I forgot exists. The telemetry report was probably from a binary that legitimately did not have a debug_line_str section (but referenced it) and we just misidentified the cause, the fix however is still worth keeping since there are versions of Go without the workaround that could be affected. Fixes #4311