Closed NoBadorGood closed 1 month ago
You get an error because you're using test_method
in a file without test methods.
You'll need to use the Launch file
configuration to debug regular files
https://github.com/mfussenegger/nvim-dap-python/pull/160 improves the error handling to give a clearer message
when I trying to debug a simple python file,it makes a mistake i have no idea to fix it