Re: [web2py] Using the web2py online debugger

2013-02-04 Thread Johann Spies
Hallo Mariano, Can you send us a minimal example to reproduce this issue? I have tried to get a minimal example but when I create a new app and test it there it works and I could not reproduce the problem. However I cannot get it to work on my other app which is not that minimal. I get

Re: [web2py] Using the web2py online debugger

2013-02-04 Thread Mariano Reingart
On Mon, Feb 4, 2013 at 8:41 AM, Johann Spies johann.sp...@gmail.com wrote: Hallo Mariano, Can you send us a minimal example to reproduce this issue? I have tried to get a minimal example but when I create a new app and test it there it works and I could not reproduce the problem. However

Re: [web2py] Using the web2py online debugger

2013-02-04 Thread Johann Spies
I am a bit pressed for time right now, but will try and help you debug this when I can. I have marked your email on my to-do-list. Regards Johann -- Because experiencing your loyal love is better than life itself, my lips will praise you. (Psalm 63:3) -- --- You received this message

Re: [web2py] Using the web2py online debugger

2013-01-31 Thread Mariano Reingart
Can you send us a minimal example to reproduce this issue? The debugger uses the standard python debugger infrastructure (bdb), the same used by pdb. It should work correctly, but sometimes there are some subtle glitches maybe related to bdb. If you press continue, do you hit the breakpoint

[web2py] Using the web2py online debugger

2013-01-30 Thread Johann Spies
I have used other methods of debugging in the past including pdb. Today I have tried out for the first time the web2py online debugger and there is something that I do not understand. I have set two temporary breakpoints in a controller. When that breakpoint is reached, the debugger shows me