You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's a very strange issue. I'm not sure the this issue belong to visual code or delve.
My code folder absolute path is /data2/work/mycode. I made a soft link to ~/mycode. I opened the code folder by code ~/mycode , then the golang debuger didn't stop at any breakpoint.
If I open folder by absolute path , such as code /data2/work/mycode , the golang debuger will hit the breakpoints.