문제

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.

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top