summaryrefslogtreecommitdiff
path: root/docs/guide
diff options
context:
space:
mode:
authorlucasduffey <lucasduffey@users.noreply.github.com>2016-11-16 10:31:09 -0800
committerRusty Wagner <rusty@vector35.com>2017-02-10 16:36:49 -0500
commit116b681381d5079f5c4b52a78eeaa53731a05053 (patch)
treea18b91364d58f4222f4a5f8f0011883b3b217612 /docs/guide
parent5ee2b21b91035ba37b345d6045ec93c33225e93c (diff)
Update troubleshooting.md
Diffstat (limited to 'docs/guide')
-rw-r--r--docs/guide/troubleshooting.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/guide/troubleshooting.md b/docs/guide/troubleshooting.md
index a74ecb68..af91f6f1 100644
--- a/docs/guide/troubleshooting.md
+++ b/docs/guide/troubleshooting.md
@@ -7,6 +7,12 @@
- Did you read all the items on this page?
- Then you should contact [support]!
+## Bug Reproduction
+Running Binary Ninja with debug logging will make your bug report more useful.
+```
+./binaryninja --debug --stderr-log
+```
+
## License Problems
- If experiencing problems with Windows UAC permissions during an update, the easiest fix is to completely un-install and [recover][recover] the latest installer and license. Preferences are saved outside the installation folder and are preserved, though you might want to remove your [license](/getting-started/index.html#license).