diff options
| author | Xusheng <xusheng@vector35.com> | 2022-09-09 16:18:44 +0800 |
|---|---|---|
| committer | Xusheng <xusheng@vector35.com> | 2022-09-13 13:12:41 +0800 |
| commit | 6066b193f5df09df3dfa357d85efa938088b329d (patch) | |
| tree | fb6974433023421e9e52ed4070f4f4c4f6003708 /docs/guide/debugger.md | |
| parent | da770545cb8d4545bbb4cacb7797ccfaa1361eea (diff) | |
No longer mark debugger as beta
Diffstat (limited to 'docs/guide/debugger.md')
| -rw-r--r-- | docs/guide/debugger.md | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/docs/guide/debugger.md b/docs/guide/debugger.md index 7e38449b..85a7574e 100644 --- a/docs/guide/debugger.md +++ b/docs/guide/debugger.md @@ -1,14 +1,9 @@ -# Debugger (Beta) +# Debugger Binary Ninja Debugger is a plugin that can debug executables on Windows, Linux, and macOS. -The debugger plugin is shipped with Binary Ninja. However, it is currently in Beta, so it needs to be manually turned on. The relevant setting is in "Settings" -> "corePlugins" -> "Debugger Plugin (Beta)". - -Alternatively, one can set the environment variable `BN_EXPERIMENTAL_DEBUGGER` (to anything), which also enables the debugger. - -After enabling the debugger plugin, restart Binary Ninja to use it. - -The debugger is [open-source](https://github.com/Vector35/debugger) with Apache License 2.0. Bug reports and pull requests are welcome! +The debugger plugin is shipped with Binary Ninja. +It is [open-source](https://github.com/Vector35/debugger) with Apache License 2.0. Bug reports and pull requests are welcome! ## UI |
