Python Debugger? [modified]
-
Is there a Python debugger that isn't complete rubbish? I just tried PyScripter and it crashes. I understand Eclipse doesn't have breakpoints which makes no sense to me. I tried WinPdb and the installer crashes. PS. Looks like Wing IDE works.
modified on Wednesday, September 16, 2009 5:50 PM
-
Is there a Python debugger that isn't complete rubbish? I just tried PyScripter and it crashes. I understand Eclipse doesn't have breakpoints which makes no sense to me. I tried WinPdb and the installer crashes. PS. Looks like Wing IDE works.
modified on Wednesday, September 16, 2009 5:50 PM
pyscripter is a gr8 start if it is crached cope these files to your system32 folder 1 -http://www.4shared.com/file/114653039/a586b83a/msvcr71.html[^] 2 -http://www.4shared.com/file/114652823/eae756b8/python23.html[^] 3 -http://www.4shared.com/file/114652813/c1ca057b/python25.html[^] it will go right ... i hope so
-
pyscripter is a gr8 start if it is crached cope these files to your system32 folder 1 -http://www.4shared.com/file/114653039/a586b83a/msvcr71.html[^] 2 -http://www.4shared.com/file/114652823/eae756b8/python23.html[^] 3 -http://www.4shared.com/file/114652813/c1ca057b/python25.html[^] it will go right ... i hope so
u could use the pdb..commandline debugger