diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2017-05-23 20:48:42 -0400 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2017-05-23 20:48:42 -0400 |
| commit | 3501dd765d8ad917fb60b72f2e6983ed76eb31bc (patch) | |
| tree | 0640df3831544beaf46ef569e83b56c7c09ec786 /docs/guide | |
| parent | 7be5f0c6d6f1947e7836d097a7ce8831ba45e7f2 (diff) | |
basic plugin usage
Diffstat (limited to 'docs/guide')
| -rw-r--r-- | docs/guide/troubleshooting.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/guide/troubleshooting.md b/docs/guide/troubleshooting.md index 560b0f1f..efd9fab9 100644 --- a/docs/guide/troubleshooting.md +++ b/docs/guide/troubleshooting.md @@ -3,7 +3,7 @@ ## Basics - Have you searched [known issues]? - - Is your computer powered on? + - Have you tried rebooting? (Kidding!) - Did you read all the items on this page? - Then you should contact [support]! @@ -13,6 +13,10 @@ Running Binary Ninja with debug logging will make your bug report more useful. ./binaryninja --debug --stderr-log ``` +## Plugin Troubleshooting + +While third party plugins are not officially supported, there are a number of troubleshooting tips that can help identify the cause. The most importat is to enable debug logging as suggested in the previous section. This will often highlight problems with python paths or any other issues that prevent plugins from running. + ## 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). |
