summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlackEagle <ike.devolder@gmail.com>2019-07-10 13:25:56 +0200
committerBlackEagle <ike.devolder@gmail.com>2019-07-10 13:25:56 +0200
commit2f6d923d6a6dd66073846f6ee9beefe1c26ad6eb (patch)
tree6c4e7ddad093793b7253294a2565e1595032e044
parentdc36532022cce8af15b09e6c868be5f1e829fd75 (diff)
downloadvdebug-2f6d923d6a6dd66073846f6ee9beefe1c26ad6eb.zip
add some extra info for python3
Signed-off-by: BlackEagle <ike.devolder@gmail.com>
-rw-r--r--doc/Vdebug.txt10
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/Vdebug.txt b/doc/Vdebug.txt
index 244fce7..e138eda 100644
--- a/doc/Vdebug.txt
+++ b/doc/Vdebug.txt
@@ -243,7 +243,7 @@ but to use Vdebug in conjunction with your Python scripts you will have to grab
the "pydbgp" tool, created by ActiveState (who make the Komodo Edit/IDE
software).
-To do this, go to http://code.activestate.com/komodo/remotedebugging/,
+To do this, go to https://code.activestate.com/komodo/remotedebugging/,
download the Python client for your OS and extract it.
Inside this package is a binary file called pydbgp that we can include when
@@ -272,6 +272,14 @@ If using unix you can use the `patch` command to apply the changes, e.g: >
<
If you're still having trouble, drop me an email.
+For python3 you can also try to use
+https://github.com/agroszer/komodo-python3-dbgp which is basically a repack of
+the pydbgp from activestate to make it usable with pip
+
+Try installing and using it like this: >
+ pip install komodo-python3-dbgp
+<
+
------------------------------------------------------------------------------
3.3 Ruby set up *VdebugSetUpRuby*