Could you elaborate more on the line: "Make sure you don't have any imports of the standard web2py debug library." ?
I have PyCharm running, created a web2Py application, press "Run", get the web2py server screen, all works well... Except if I set a breakpoint. Nothing happens / execution jumps right past the breakpoints. Many thanks in advance. On Monday, September 30, 2013 2:18:11 AM UTC-5, Tim Richardson wrote: > > This works for me: > Use pycharm to open the directory of your web2py installation (not > directly to your application directory) > Navigate to your application > > When you run your application (or do debug) from pycharm, the default > configuration should launch python web2py.py > If it doesn't do this, pycharm has not detected that you are using web2py. > Exit pycharm and delete any .idea folders, which may contain settings from > pycharm 2. > > Assuming you get that working, almost done. > Make sure you don't have any imports of the standard web2py debug library. > > Set a breakpoint in pycharm > start a debug session as you do normally in pycharm. > This works for me. > > > > On Sunday, 29 September 2013 18:09:40 UTC+10, Gerd wrote: >> >> Hi! >> >> How can i debug a web2py application with the new PyCharm 3.0 >> Professional Edition? >> Any help is greatly appreciated >> >> Thanks >> Gerd >> > -- 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.

