Flask Debugging in VS Code with Hot-Reload 🔥 | Theodo
blog.theodo.com › 2020 › 05May 11, 2020 · In a terminal, run make flaskdebug When prompted ⏳ VS Code debugger can now be attached, press F5 in VS Code ⏳, press F5 Add a breakpoint to the line you want to debug by clicking left of its number Call the corresponding route ( localhost:5000/hello/flask in the GIF) The debugger stops the code at your breakpoint, happy debugging 🎉