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
Copy file name to clipboardExpand all lines: docs/debugging.md
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -373,6 +373,12 @@ Docker has security settings preventing `ptrace(2)` operations by default within
373
373
374
374
This error can show up for Mac users using Delve versions 0.12.2 and above. `xcode-select --install` has solved the problem for a number of users.
375
375
376
+
### Debugging symlink directories
377
+
378
+
This extension does not provide support for debugging projects containing symlinks. Make sure that you are setting breakpoints in the files that Go will use to compile your program.
379
+
380
+
For updates to symlink support reference [golang/vscode-go#622](https://github.com/golang/vscode-go/issues/622).
0 commit comments