dpgaspar / Flask-AppBuilder

Simple and rapid application development framework, built on top of Flask. includes detailed security, auto CRUD generation for your models, google charts and much more. Demo (login with guest/welcome) - http://flaskappbuilder.pythonanywhere.com/
BSD 3-Clause "New" or "Revised" License
4.66k stars 1.36k forks source link

How to debug Flask-AppBuilder by setting VSCode breakpoints, I mean when Flask run to run a app, it can stop at breakpoints #2245

Open wwfem opened 4 months ago

wwfem commented 4 months ago

How to debug Flask-AppBuilder by setting VSCode breakpoints, I mean when Flask run to run a app, it can stop at breakpoints

How to do that? thanks?