Skip to content

Commit e0ce53b

Browse files
committed
docs/debugging.md: document lack of symlink support
This change documents the fact that this extension does not support debugging symlinked projects. Updates #622 Change-Id: Iffc3bfb0438a84cc3afbb6aadd00df040b83c14b Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/257204 Trust: Suzy Mueller <[email protected]> Run-TryBot: Suzy Mueller <[email protected]> TryBot-Result: kokoro <[email protected]> Reviewed-by: Polina Sokolova <[email protected]> Reviewed-by: Hyang-Ah Hana Kim <[email protected]>
1 parent c65170a commit e0ce53b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/debugging.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,12 @@ Docker has security settings preventing `ptrace(2)` operations by default within
373373

374374
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.
375375

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).
381+
376382
[Delve]: https://github.com/go-delve/delve
377383
[VS Code variables]: https://code.visualstudio.com/docs/editor/variables-reference
378384
[snippets]: https://code.visualstudio.com/docs/editor/userdefinedsnippets

0 commit comments

Comments
 (0)