diff options
| author | Glenn Smith <glenn@vector35.com> | 2022-03-28 16:05:31 -0400 |
|---|---|---|
| committer | Glenn Smith <glenn@vector35.com> | 2022-03-28 16:05:31 -0400 |
| commit | 1291c94d3d5592203200c8e048c9ddc851e812e1 (patch) | |
| tree | a9ef4fb907ffb49d7d9b19e5d61fc0f29ba393db /docs/dev | |
| parent | d5f772351468b88a001ea70dbaa485f7747d0f83 (diff) | |
Docs for connect_{pycharm|vscode}_debugger, referring to docs site
Diffstat (limited to 'docs/dev')
| -rw-r--r-- | docs/dev/plugins.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/dev/plugins.md b/docs/dev/plugins.md index 1985fcd9..ec6d769e 100644 --- a/docs/dev/plugins.md +++ b/docs/dev/plugins.md @@ -47,6 +47,7 @@ If you wish to debug your python scripts, there are a few methods: ### Remote debugging with VSCode: +1. Run `pip install --user debugpy` in the Python interpreter you have selected in Binary Ninja Settings. 1. In VSCode, open the Run and Debug sidebar. 1. Create a `launch.json` file if one does not already exist, or open `launch.json` if one does. 1. In `launch.json`, select Add Configuration > Python > Remote Attach |
