On Friday, 31 January 2014 00:04:19 UTC+11, A36_Marty wrote:
Could you elaborate more on the line:
"Make sure you don't have any imports of the standard web2py debug 
library." ?

web2py and the admin app comes with an excellent web-based interactive 
debugger. 
You can drop your program into a breakpoint by 

from gluon.debug import dbg

and then ...
dbg.set_trace() # stop here!  #and make sure you have a waiting browser 
window open at the admin app's debug screen

this is the code I refer to: pycharm gives warnings if you include dbg

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to