Question

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.

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top