-
Just discovered (new project, new version of Flask) that if you’re within a
breakpoint()
debug session and (#python) Flask reloads upon noticing a code change, it dumps you back into the debug session with the request/routing context preserved (without a 2nd request). Great! 👍