I use vscode to debug Go program. But the call stack only show current break point function, no backtrace info. I use dlv command or goland, the backtrace info is right. Where is the config error?
my workspace and configure