there exits two question.
1. when use ls to list source code, it prompts no source available, how to spefic a source folder? in gdb, use directory command to add source search path, can dlv do it ?
2.when I set a breakpoints on function main, I know this was set a breakpoint to go runtime source file, but it didn't work as expected, I have moved go folder from /usr/local/dev to /usr/local, and I have changed the .profile and /etc/profile environment variable, and rebooted, but dlv didn't find new go runtime. I guess the runtime path was written into peer debug info, is there a way to change it? in gdb, can use source command.
if delve cannot do these, I think this is a important issue, because we offen move source code for same reasons. can delve add these features.