From 6066b193f5df09df3dfa357d85efa938088b329d Mon Sep 17 00:00:00 2001 From: Xusheng Date: Fri, 9 Sep 2022 16:18:44 +0800 Subject: No longer mark debugger as beta --- docs/guide/debugger.md | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'docs/guide/debugger.md') 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 -- cgit v1.3.1