On 19-10-2010 22:43, cjrh wrote: > On Oct 19, 2:26 pm, DenesL <[email protected]> wrote: >> Have you used it to debug a running web2py app?. > No. I tend to use print statements and look at what comes out in the > shell window. I used a few times, I can only say it works, but the problem I found is that a lot of errors are already captured by web2py.
The new PyScripter seems to have a nice feature, don't debug in certain files, so it should be possible to ignore the web2py core files (if you want). I think for debugging winpdb might be a better solution, at least that's what I've chosen for web2py_cc ;-) cheers, Stef

