summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2023-10-11 15:34:59 -0400
committerJordan Wiens <jordan@psifertex.com>2023-10-11 15:34:59 -0400
commit6b5caca2e66a4de4a352e48ecc2395e2b8128edd (patch)
treeb1e71af9508cb33a63f73e661a80019ae9a42b95 /docs
parent918a7f1a436c1e2af639202019c797b9a90adb62 (diff)
update documentation on BN_DEBUG_EXCEPTION_TRACES
Diffstat (limited to 'docs')
-rw-r--r--docs/guide/troubleshooting.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/guide/troubleshooting.md b/docs/guide/troubleshooting.md
index cb59b59f..137a73fd 100644
--- a/docs/guide/troubleshooting.md
+++ b/docs/guide/troubleshooting.md
@@ -198,5 +198,5 @@ The following environment variables may be helpful when troubleshooting issues:
| BN_DISABLE_USER_SETTINGS | Flag (True if exists) | This flag will cause Binary Ninja to ignore any [`settings.json`](https://docs.binary.ninja/guide/settings.html).|
| BN_SCREENSHOT | Flag (True if exists) | This flag removes some small UI clutter to enable cleaner screenshots. |
| BN_DEBUG_HTTP | Flag (True if exists) | This flag enables additional debug logging of HTTP activity. |
-| BN_DEBUG_EXCEPTION_TRACES | Flag (True if exists) | This variable includes stack traces when exceptions are handled. |
-| BN_DEBUG_CLANG | Flag (True if exists) | If set, this flag adds additional debugging information to stdout from clang type parsing. | \ No newline at end of file
+| BN_DEBUG_EXCEPTION_TRACES | Flag (True if exists) | This variable includes stack traces when exceptions are handled (MacOS and Linux only). |
+| BN_DEBUG_CLANG | Flag (True if exists) | If set, this flag adds additional debugging information to stdout from clang type parsing. |