This works for me:
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 web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to