mirror of
https://github.com/go-delve/delve.git
synced 2025-10-30 02:07:58 +08:00
Documentation: mention developer group in macOS install instructions (#2409)
Some users seem to need to do this in order to use a debugger.
This commit is contained in:
committed by
GitHub
parent
370ec4e6e4
commit
c223ef656d
@ -38,6 +38,12 @@ If you didn't enable Developer Mode using Xcode you will be asked to authorize t
|
||||
sudo /usr/sbin/DevToolsSecurity -enable
|
||||
```
|
||||
|
||||
You might also need to add your user to the developer group:
|
||||
|
||||
```
|
||||
sudo dscl . append /Groups/_developer GroupMembership $(whoami)
|
||||
```
|
||||
|
||||
## Compiling macOS native backend
|
||||
|
||||
You do not need the macOS native backend and it [has known problems](https://github.com/go-delve/delve/issues/1112). If you still want to build it:
|
||||
|
||||
Reference in New Issue
Block a user