This allows us to use vimspector to debug vimspector. The idea is that in Vim you call 'py3 from vimspector.developer import SetUpDebugpy; SetUpDebugpy()' and then just attach to localhost:5678 using the new multi-session mode support. Oof. |
||
|---|---|---|
| .. | ||
| vendor | ||
| __init__.py | ||
| breakpoints.py | ||
| code.py | ||
| debug_adapter_connection.py | ||
| debug_session.py | ||
| developer.py | ||
| install.py | ||
| installer.py | ||
| output.py | ||
| stack_trace.py | ||
| utils.py | ||
| variables.py | ||