From 2f6d923d6a6dd66073846f6ee9beefe1c26ad6eb Mon Sep 17 00:00:00 2001 From: BlackEagle Date: Wed, 10 Jul 2019 13:25:56 +0200 Subject: add some extra info for python3 Signed-off-by: BlackEagle --- doc/Vdebug.txt | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'doc') 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* -- cgit v1.2.3