1

I have a Python script (running Python v2.6 or v2.7) that runs on Linux and also AIX.

I'd like to be able to debug this script from Windows. I'd like to use PyScripter if possible.

If it is not possible to use PyScripter, what other combination of IDE + debugger would you recommend? I would prefer something easy to set up and get running quickly without a huge amount of tinkering.

1 Answer 1

1

Currently it is not possible to debug a script on a remote machine from PyScripter. This is a planned feature thought. You may be able to use winpdb.

Update: PyScripter 3.5 supports running/debugging scripts running remotely at Linux and Windows machines. Please have a look at this blog post for details. Have a look also at this blog post.

Sign up to request clarification or add additional context in comments.

2 Comments

Thanks! Any ideas on how to set up winpdb?
I got this working today - I debugged a script running on AIX (IBM's Unix) from WinPDB running on Windows. Yay! It required a small script modification but was easy to do. The link is here: winpdb.org/docs/embedded-debugging Note that rpdb2 is not a part of standard python and will need to be installed separately. You can place rpdb2.py in the same directory as your script and it should work.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.