VSCode Django Debugging: Breakpoints not working with ‘debugpy’, but work with ‘python’ type
When trying to debug a Django management command in VSCode, I encountered an issue where breakpoints were not being hit when using the ‘debugpy’ configuration type. However, when I switched to the ‘python’ configuration type, the breakpoints started working as expected.