diff options
author | Jose Fonseca <jfonseca@vmware.com> | 2015-01-23 18:24:22 +0000 |
---|---|---|
committer | Jose Fonseca <jfonseca@vmware.com> | 2015-01-23 18:24:22 +0000 |
commit | 733daf74dd9703f6f3c20f354cebdd7ddc681594 (patch) | |
tree | bdd6c487311ee04b02bed578caab51eb9d017157 /docs | |
parent | 440d8aa290701a2f3014ad7da3423026afe930a3 (diff) |
docs: Document the need to enable developer mode on MacOSX.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/BUGS.markdown | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/BUGS.markdown b/docs/BUGS.markdown index 94e24647..1f7ac128 100644 --- a/docs/BUGS.markdown +++ b/docs/BUGS.markdown @@ -206,6 +206,11 @@ See also more detailed and Distro specific instructions: Mac OS X -------- +Before you can debug you must first enable developer mode on the machine if you +haven't done so before: + + sudo /usr/sbin/DevToolsSecurity --enable + To trace an application inside LLDB and obtain a stack backtrace invoke apitrace as: $ apitrace trace --verbose --debug application arg1 ... |