[web2py] Re: debugging procedure

2012-07-06 Thread MJo
On Saturday, June 30, 2012 5:38:46 PM UTC+3, Cliff Kachinske wrote: Yes, the debugger is there on the application page. Works very well. Latest Version 2.00.0 (2012-07-04 23:30:47) dev version is broken. While accessing http://127.0.0.1:8000/admin/debug/interact it gives invalid view

[web2py] Re: debugging procedure

2012-07-01 Thread Vineet
This link might help. https://groups.google.com/forum/?fromgroups#!searchin/web2py/eclipse$20debug$20vineet/web2py/zIOn-NZzuTo/U5hYaI8jJUQJ On Saturday, 30 June 2012 02:43:06 UTC+5:30, Janath wrote: Hi, So far I have connected the algorithms that I developed in python IDLE to web2py. I

[web2py] Re: debugging procedure

2012-06-30 Thread Anthony
I'm not sure if it's available in stable, but in trunk there is now debugging built into the admin app. You can set breakpoints directly in the admin editor. Anthony On Friday, June 29, 2012 5:13:06 PM UTC-4, Janath wrote: Hi, So far I have connected the algorithms that I developed in

[web2py] Re: debugging procedure

2012-06-30 Thread Cliff Kachinske
Yes, the debugger is there on the application page. Works very well. On Friday, June 29, 2012 5:13:06 PM UTC-4, Janath wrote: Hi, So far I have connected the algorithms that I developed in python IDLE to web2py. I would like to debug from web2py as I need to find out some errors that I