I've been using WingIDE pro for a while... love it... followed advice to get it setup to work with Web2py and runs fine if I launch debugger through web2py.py ... but if I launch it through dev_appserver.py then the server runs and the app works and the breakpoints are hit for all code except for the controller code because, apparently, it is called via python "exec" method...
this works fine through web2py's web server... but not through dev_appserver ... for me anyways.... What am I doing wrong? Thank you! -Nick Franceschina