Re: [web2py] Re: Debug error

2019-03-06 Thread Maurice Waka
Done. Thanks On Wed, 6 Mar 2019, 16:55 Leonel Câmara wrote: > The error is here: > > T.M("You need to set up and reach a [[breakpoint %s]] to use the debugger!') > > Notice how you open the string with " but then try to close it with '. > > > -- > Resources: > - http://web2py.com > -

[web2py] Re: Debug error

2019-03-06 Thread Leonel Câmara
The error is here: T.M("You need to set up and reach a [[breakpoint %s]] to use the debugger!') Notice how you open the string with " but then try to close it with '. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) -