diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2024-08-02 17:08:46 -0400 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2024-08-02 17:08:46 -0400 |
| commit | 9bdca74816b104d2b6694ce9d8cd231e197a2bbd (patch) | |
| tree | 0af86ca82951db586f4a4a8e55cac6c7617260ce | |
| parent | 0e4cf6e67b2a60e0b1cb24ab1e42eedd1e6eaf50 (diff) | |
make URLs linked text for connect_debugger python calls
| -rw-r--r-- | python/__init__.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/__init__.py b/python/__init__.py index 9133fbe4..93ddb72c 100644 --- a/python/__init__.py +++ b/python/__init__.py @@ -429,7 +429,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 the `user documentation <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. """ @@ -445,7 +445,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 the `user documentation <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. """ |
