go-delve / delve

Delve is a debugger for the Go programming language.
MIT License
22.37k stars 2.13k forks source link

Does delve ignore // line instructions during debug #3734

Closed zhecks closed 3 weeks ago

zhecks commented 1 month ago
image
aarzilli commented 1 month ago

Delve is simply using the line information stored in the executable by the compiler.