nvim-dap-python icon indicating copy to clipboard operation
nvim-dap-python copied to clipboard

An extension for nvim-dap, providing default configurations for python and methods to debug individual test methods or classes.

Results 30 nvim-dap-python issues
Sort by recently updated
recently updated
newest added

I have an issue where macOS gives this error message "Python quit unexpectedly" on every time when I try to terminate, exit or reach the end of the program that...

I am suddenly not able debug a python program. I used to be able to do this. But when I try to start debugger thru nvim-dap, it says "Debug adapter...

For some reason DAP can't figure out the correct pythonpath in my project. I can set breakpoints, see the UI, step a bit into my code but then the debugger...

Is it possible to use this adapter to debug \ test RobotFramework files ? If not, can you or anyone guide me into the right direction to make nvim-dap work...

I wasn't fully aware of how the plugin worked so I assumed that the example in the README would setup python3 for me, as nobody uses python2 anymore (well, at...

As far as I understand, nvim-dap has an API for selecting a process in a menu. I've not seen it documented here or used in debugpy configs (only found examples...

hi all, i have a big complex test suite based on pytest that launches a browser and orchestrates it with playwright currently my settings for nvim-dap are: ``` { runner...

Having manually enabled debugpy's autoreload option with nvim-dap-python, I've found it significantly improves the debugging workflow. Is there a specific reason this isn't a configurable option already? If not, I...

I am running nvim-dap-python on nvim 0.9.5. OS is Windows and using debugpy as adapter. when i try to run debugger on the uv's default main.py file i get the...

This is a feature request. The Python debug adapter for VS Code [supports an `envFile` property](https://code.visualstudio.com/docs/python/environments#_environment-variable-definitions-file) and it would be very handy if this adapter did as well. When switching...