This can be demonstrated with the welcome app.

Start web2py

Display the admin page, go into debug, breakpoints and set breakpoint on 
line 9 of the welcome app default.py

Launch the welcome page - the breakpoint is hit.

Click continue ... the welcome page displays

The admin/breakpoint page still shows the breakpoint as set.

Launch another welcome page - it displays without any breakpoint.

Also, if you try to clear the breakpoint, it disappears from the 
admin/breakpoint page, however the console now shows an error:

web2py Web Framework
Created by Massimo Di Pierro, Copyright 2007-2018
Version 2.16.1-stable+timestamp.2017.11.14.05.54.25
Database drivers available: sqlite3, imaplib, pyodbc, pymysql, pg8000
please visit:
         http://127.0.0.1:8000/
starting browser...
*** DO_CLEAR failed Non-numeric breakpoint number (all})


-- 
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 web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to