I got this error when trying to debug:
Traceback

1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
13.
14.

Traceback (most recent call last):
  File "/home/mauricewaka/web2py/gluon/main.py", line 444, in wsgibase
    serve_controller(request, response, session)
  File "/home/mauricewaka/web2py/gluon/main.py", line 183, in serve_controller
    page = run_view_in(response._view_environment)
  File "/home/mauricewaka/web2py/gluon/compileapp.py", line 733, in run_view_in
    ccode = compile2(scode, filename)
  File "/home/mauricewaka/web2py/gluon/restricted.py", line 205, in compile2
    return compile(code, layer, 'exec')
  File "/home/mauricewaka/web2py/applications/admin/views/debug/interact.html", 
line 103
    response.write(T.M("You need to set up and reach a [[breakpoint %s]] to use 
the debugger!') %URL('breakpoints'))
                                                                                
                                   ^
SyntaxError: EOL while scanning string literal


-- 
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.

Reply via email to