summaryrefslogtreecommitdiff
path: root/docs/guide
diff options
context:
space:
mode:
Diffstat (limited to 'docs/guide')
-rw-r--r--docs/guide/interface.md2
-rw-r--r--docs/guide/troubleshooting.md6
2 files changed, 8 insertions, 0 deletions
diff --git a/docs/guide/interface.md b/docs/guide/interface.md
index 460b8df3..74bf141c 100644
--- a/docs/guide/interface.md
+++ b/docs/guide/interface.md
@@ -2,6 +2,8 @@
## UI
+### Zoom
+You can change the zoom of level of the graph view by holding CTRL and scrolling with the mouse.
## Views
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).