summaryrefslogtreecommitdiff
path: root/python/__init__.py
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2022-05-06 00:25:41 -0400
committerJordan Wiens <jordan@psifertex.com>2022-05-06 00:25:41 -0400
commitbfeba3302e995fdba373603533fce54bf788adff (patch)
tree2e4aadbb53e43a7022167ecdff4e241474279e6d /python/__init__.py
parent245ee620d94a21d5e0005bd634a10bb6163efb64 (diff)
many pydoc formatting cleanups, added deprecated decorator and replaced ad-hoc messages with consistent decorator
Diffstat (limited to 'python/__init__.py')
-rw-r--r--python/__init__.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/python/__init__.py b/python/__init__.py
index b81b6089..a230dec4 100644
--- a/python/__init__.py
+++ b/python/__init__.py
@@ -333,8 +333,7 @@ def connect_pycharm_debugger(port=5678):
"""
Connect to PyCharm (Professional Edition) for debugging.
- .. note:: See https://docs.binary.ninja/dev/plugins.html#remote-debugging-with-intellij-pycharm
- for step-by-step instructions on how to set up Python debugging.
+ .. note:: See https://docs.binary.ninja/dev/plugins.html#remote-debugging-with-intellij-pycharm for step-by-step instructions on how to set up Python debugging.
:param port: Port number for connecting to the debugger.
"""
@@ -350,8 +349,7 @@ def connect_vscode_debugger(port=5678):
Connect to Visual Studio Code for debugging. This function blocks until the debugger
is connected! Not recommended for use in startup.py
- .. note:: See https://docs.binary.ninja/dev/plugins.html#remote-debugging-with-vscode
- for step-by-step instructions on how to set up Python debugging.
+ .. note:: See https://docs.binary.ninja/dev/plugins.html#remote-debugging-with-vscode for step-by-step instructions on how to set up Python debugging.
:param port: Port number for connecting to the debugger.
"""