You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm wanting to use nvim-dap-ui (as part of Astronvim) to debug some CPython code.
That code will sometimes be on a single host.
Other times, it'll be in a docker container, or even on another machine.
Is there a way to manage all these different debugpy invocations, using nvim-dap-ui, without having to reconfigure each time I switch from one debugpy command to another?
Also, is there a way to debug, using an nvim running on a host, to talk to a debugpy running inside a container?
The text was updated successfully, but these errors were encountered:
I'm wanting to use nvim-dap-ui (as part of Astronvim) to debug some CPython code.
That code will sometimes be on a single host.
Other times, it'll be in a docker container, or even on another machine.
Is there a way to manage all these different debugpy invocations, using nvim-dap-ui, without having to reconfigure each time I switch from one debugpy command to another?
Also, is there a way to debug, using an nvim running on a host, to talk to a debugpy running inside a container?
The text was updated successfully, but these errors were encountered: