Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Execution still breaks on a removed breakpoint #115

Closed
huguesv opened this issue Feb 23, 2018 · 2 comments
Closed

Execution still breaks on a removed breakpoint #115

huguesv opened this issue Feb 23, 2018 · 2 comments
Labels
Milestone

Comments

@huguesv
Copy link
Contributor

huguesv commented Feb 23, 2018

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)

@huguesv huguesv added the Bug label Feb 23, 2018
@huguesv huguesv added this to the Preview 2 milestone Mar 2, 2018
@huguesv
Copy link
Contributor Author

huguesv commented Mar 3, 2018

@karthiknadig saw it on other interpreters as well.

@huguesv
Copy link
Contributor Author

huguesv commented Mar 7, 2018

Verified as fixed by #178

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant