You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.
VS, Python 2.7 32-bit:
Create new Web/Bottle Polls Project
Start debugging, browser starts
Set breakpoint on routes.py line 56
Set breakpoint on models/__init__.py line 25
Click on Create sample database
Click on a poll and submit a selection
It will hit both breapoints, continue
Remove both breakpoints
Click on a poll and submit a selection
Result: it breaks at a location where breakpoint no longer exists (routes.py line 56)
The text was updated successfully, but these errors were encountered:
VS, Python 2.7 32-bit:
Create new Web/Bottle Polls Project
Start debugging, browser starts
Set breakpoint on
routes.py
line 56Set breakpoint on
models/__init__.py
line 25Click on Create sample database
Click on a poll and submit a selection
It will hit both breapoints, continue
Remove both breakpoints
Click on a poll and submit a selection
Result: it breaks at a location where breakpoint no longer exists (
routes.py
line 56)The text was updated successfully, but these errors were encountered: