summaryrefslogtreecommitdiff
path: root/docs/guide
diff options
context:
space:
mode:
authorJordan <jordan@psifertex.com>2016-11-16 13:46:13 -0500
committerGitHub <noreply@github.com>2016-11-16 13:46:13 -0500
commit036ae2aa9a15f70ab9e3d1a20c283a389e8161e8 (patch)
treeb3d35e94a9e7a865c34ba24b5fc6bfed773ab150 /docs/guide
parent299a6ba199e4939496ac7fbe58196dcfb92cd52e (diff)
parent8c91b76e773ace380c6a1ea8ef994ab29830b128 (diff)
Merge pull request #548 from lucasduffey/patch-4
Update troubleshooting.md for bug reproduction tip
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 68a4d328..a521ab1f 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 re-download the latest installer. Preferences are saved outside the installation folder and are preserved, though you might want to remove your [license](/getting-started/index.html#license).