Re: [web2py] Re: How to get started with web2py's Debug? - very basic questions

2015-04-18 Thread Osswalt
OK just posted ticket #924 http://github.com/web2py/web2py/issues/924 Greg -- 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 be

Re: [web2py] Re: How to get started with web2py's Debug? - very basic questions

2015-04-18 Thread Massimo Di Pierro
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. E

Re: [web2py] Re: How to get started with web2py's Debug? - very basic questions

2015-04-18 Thread Osswalt
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

Re: [web2py] Re: How to get started with web2py's Debug? - very basic questions

2013-09-23 Thread Mariano Reingart
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

[web2py] Re: How to get started with web2py's Debug? - very basic questions

2013-09-23 Thread gtrzeciak
Thank you Stifan for your reply Setting breakpoint programmatically triggered a breakpoint in the debug window which now gives me a way to debug. As a web2py noob I expected I will be able to set a breakpoint clicking on the line number in the Editor or adding breakpoint from Breakpoint window

[web2py] Re: How to get started with web2py's Debug? - very basic questions

2013-09-23 Thread 黄祥
had you already set the debug trace in your code? from gluon.debug import dbg dbg.set_trace() best regards, stifan -- 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

[web2py] Re: How to get started with web2py's Debug? - very basic questions

2013-09-23 Thread gtrzeciak
I have just installed web2py (on Windows) and having the same problem with online debugger - yet I don't see even a hint on what to do even though it was mentioned over a year ago? Has anyone found the solution? On Monday, August 13, 2012 5:31:31 PM UTC+2, Rob_McC wrote: > > > I have used debugg

[web2py] Re: How to get started with web2py's Debug? - very basic questions

2013-04-15 Thread jpf
Anyone found a solution yet? I'm getting this exact problem with version 2.4.6. on OSX Lion running the App (not source code) On Monday, August 13, 2012 11:31:31 AM UTC-4, Rob_McC wrote: > > > I have used debuggers before, and I want to use web2py debug feature. > > >1. I create a new simple

[web2py] Re: How to get started with web2py's Debug? - very basic questions

2012-12-14 Thread mkerins
Hi there... Was there a solution posted for this problem? On Sunday, 30 September 2012 00:03:41 UTC-5, nc wrote: > > I've encountered this problem too. I edited my app's controller/default.py > file from the admin interface, clicked on line 34, clicked "toggle > breakpoint", and got the me

[web2py] Re: How to get started with web2py's Debug? - very basic questions

2012-09-30 Thread Massimo Di Pierro
What browser? Massimo On Sunday, 30 September 2012 00:03:41 UTC-5, nc wrote: > > I've encountered this problem too. I edited my app's controller/default.py > file from the admin interface, clicked on line 34, clicked "toggle > breakpoint", and got the message "... controllers\default.py:34 does

[web2py] Re: How to get started with web2py's Debug? - very basic questions

2012-09-29 Thread nc
> > I've encountered this problem too. I edited my app's controller/default.py > file from the admin interface, clicked on line 34, clicked "toggle > breakpoint", and got the message "... controllers\default.py:34 does not > exist." This is web2py 2.0.9. Is that the expected usage of the "toggl

[web2py] Re: How to get started with web2py's Debug? - very basic questions

2012-08-20 Thread Rob_McC
Mine doesn't hang, I just get this error.. on a default type of app. *Set Breakpoint on /Users/robooo/Documents/signa_web2py_2_00/web2py/web2py.app/Contents/Resources/applications/welcome/controllers/default.py at line 1: Line /Users/robooo/Documents/signa_web2py_2_00/web2py/web2py.app/Conten

[web2py] Re: How to get started with web2py's Debug? - very basic questions

2012-08-20 Thread Luther Goh Lu Feng
I am also trying the "toggle breakpoint" function I click on the button and it seems to just hang my web2py application. This is very much off an almost fresh web2py app created On Tuesday, August 14, 2012 4:35:57 AM UTC+8, Rob_McC wrote: > > Anthony: > > *>It sounds like he actually op

[web2py] Re: How to get started with web2py's Debug? - very basic questions

2012-08-13 Thread Rob_McC
Anthony: *>It sounds like he actually opened that file in the admin editor and hit the toggle breakpoint button, which yielded the error. * . Yes, that is what I did- Note: Tried in Version 1.99.7 and Version 2.0.0 (2012-08-09 04:44:17) dev thanks. Rob --

[web2py] Re: How to get started with web2py's Debug? - very basic questions

2012-08-13 Thread Rob_McC
Q: >Do you have this file? A: . Sure, it is just the default file when I created the simple app to learn how to use debug- Here it is, also *attached*. Thanks for looking at this. R # -*- coding: utf-8 -*- # this file is released under public domain and you can use without limitations ##

[web2py] Re: How to get started with web2py's Debug? - very basic questions

2012-08-13 Thread Anthony
It sounds like he actually opened that file in the admin editor and hit the toggle breakpoint button, which yielded the error. On Monday, August 13, 2012 2:27:42 PM UTC-4, Massimo Di Pierro wrote: > > Do you have this file: > /Users/robsss/Documents/signaturr_web2py_1_99/web2py/ > web2py.app/Cont

[web2py] Re: How to get started with web2py's Debug? - very basic questions

2012-08-13 Thread Massimo Di Pierro
Do you have this file: /Users/robsss/Documents/signaturr_web2py_1_99/web2py/ web2py.app/Contents/Resources/applications/RAM_Simple_Insert/models/db.py On Monday, 13 August 2012 10:31:31 UTC-5, Rob_McC wrote: > > > I have used debuggers before, and I want to use web2py debug feature. > > >1.

[web2py] Re: How to get started with web2py's Debug? - very basic questions

2012-08-13 Thread Anthony
Does the problem exist in trunk? If so, maybe submit an issue -- looks like a bug. Anthon On Monday, August 13, 2012 11:31:31 AM UTC-4, Rob_McC wrote: > > > I have used debuggers before, and I want to use web2py debug feature. > > >1. I create a new simple app, >2. bring up db.py file >