We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69abd5f commit 1f53d92Copy full SHA for 1f53d92
1 file changed
README.md
@@ -17,6 +17,7 @@ To set up the dependencies for the IDA plugin run:
17
```sh
18
# make sure to use the correct Python version
19
# it seems that there's an issue with the latest debugpy version (issue #19)
20
+# if this version of debugpy does not work for you try to upgrade to latest
21
python -m pip install --user debugpy===1.0.0rc2 tornado
22
```
23
@@ -73,4 +74,4 @@ It is also important that attaching a debugger will create a new debugger instan
73
74
* [MeitarR](https://github.com/MeitarR)
75
* [Plutoberth](https://github.com/Plutoberth)
76
* [OevreFlataeker](https://github.com/OevreFlataeker)
-* [RolfRolles](https://github.com/RolfRolles)
77
+* [RolfRolles](https://github.com/RolfRolles)
0 commit comments