Can you please open a ticket about this? On Saturday, 18 April 2015 02:36:04 UTC-5, Osswalt wrote: > > This is an old post but I just have the same issue on web2py v2.10.3 on > OSX Yosemite 10.10.3 > Wherever I try to toggle a breakpoint in the IDE I got the "... line..does > not exist" error. Even if I go to the debug form and manually add a > breakpoint I got the same error. Seems something related to the > filesystem??? I tried to move the web2py folder to different location in my > map from application to desktop to other place. I also tries to give full > permission access to the involved files.... but the error doesn't change. > > Any hint? > > > On Tuesday, September 24, 2013 at 8:08:45 AM UTC+2, Mariano Reingart wrote: >> >> dbg.set_trace() should not be needed if breakpoints are used via the >> web user interface. >> >> The "line not found" issue It is a problem in py2exe and linecache >> python module, I made a pull request with a patch. >> >> In the meantime, you could use the source code version of web2py, that >> should work as long you don't add new lines to the controller/model. >> >> If you can, please confirm that the new patched version (when >> released) works as expected. >> >> Thanks for reporting! >> >> Best regards, >> >> Mariano Reingart >> http://www.sistemasagiles.com.ar >> http://reingart.blogspot.com >> >> >>
-- 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/d/optout.

