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
create a breakpoint, start debugging, and continue to the next breakpoint
during the interactive ipdb sessions, add a second breakpoint further down the road
continue execution
What is the expected output? What do you see instead?
I expect the debugger to pause at the second breakpoint. Instead it ignores it (i.e. all breakpoints need to be specified before debugging)
Please provide any additional information below
Version and main components
Spyder Version: 3.0.0
Python Version: 3.4.5
Qt Versions: 4.8.7, PyQt4 (API v2) 4.11.4 on Darwin
Description
What steps will reproduce the problem?
What is the expected output? What do you see instead?
I expect the debugger to pause at the second breakpoint. Instead it ignores it (i.e. all breakpoints need to be specified before debugging)
Please provide any additional information below
Version and main components
Dependencies
The text was updated successfully, but these errors were encountered: