An extension for nvim-dap, providing default configurations for python and methods to debug individual test methods or classes.
GNU General Public License v3.0
571
stars
51
forks
source link
Need with with Flask and Gunicorn config #153
Closed
adilJamshad closed 2 months ago
This is my dap configs:
This is my .vscode/launch.json looks like:
It fails to work for it. if it actually does, the apis return 404 path not found. My main,py is a script that initializes the server.