How to source files for dlv golang core

205 views Asked by At

I am trying to debug core in golang using delve. However for, there is mismatch in directory when loading the backtrace

Instead of loading it as x/y/src/test/count.go it is loading it as x/y/test/count.go

Because of which I am not able to list the functions. Is there a way to load it right path like gdb something like directory/source.

0

There are 0 answers