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 --- api-docs/source/conf.py | 1 - 1 file changed, 1 deletion(-) (limited to 'api-docs/source') diff --git a/api-docs/source/conf.py b/api-docs/source/conf.py index d8651c39..404348f0 100644 --- a/api-docs/source/conf.py +++ b/api-docs/source/conf.py @@ -38,7 +38,6 @@ sys.path.insert(0, bnpath) os.environ["BN_DISABLE_USER_SETTINGS"] = "True" os.environ["BN_DISABLE_USER_PLUGINS"] = "True" os.environ["BN_DISABLE_REPOSITORY_PLUGINS"] = "True" -os.environ["BN_EXPERIMENTAL_DEBUGGER"] = "True" import binaryninja def modulelist(modulename): -- cgit v1.3.1