summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJose Fonseca <jfonseca@vmware.com>2015-01-23 18:24:22 +0000
committerJose Fonseca <jfonseca@vmware.com>2015-01-23 18:24:22 +0000
commit733daf74dd9703f6f3c20f354cebdd7ddc681594 (patch)
treebdd6c487311ee04b02bed578caab51eb9d017157 /docs
parent440d8aa290701a2f3014ad7da3423026afe930a3 (diff)
docs: Document the need to enable developer mode on MacOSX.
Diffstat (limited to 'docs')
-rw-r--r--docs/BUGS.markdown5
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 ...