Skip to content

Commit f28c9cb

Browse files
committed
Add deprecation notice
1 parent 04dc3e5 commit f28c9cb

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
# Debugger (v1.3.6)
22
Author: **Vector35**
33

4-
_Native debugger support_
4+
## Notice of deprecation
5+
6+
This repository is deprecated and no longer actively maintained. We have ported the debugger to C++ and it will be shipped with Binary Ninja.
7+
The new debugger is open-source at https://github.com/Vector35/debugger. Please feel free to test it and report issues.
8+
9+
The C++ debugger already has all of the Python debugger's functionality (and more). If you have installed the python debugger, you are advised to either remove it or -- in case you still need it -- update it to the latest version to avoid conflict with the C++ debugger.
510

611
## Description:
712

0 commit comments

Comments
 (0)