vimspector/python3/vimspector
Ben Jackson 6a1c9a6b52 Enable embedded vim python debugging
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.
2020-05-17 19:17:09 +01:00
..
vendor Support c-style comments in JSON 2020-03-21 15:16:07 +00:00
__init__.py Talk to a job from python 2018-05-16 02:31:23 +01:00
breakpoints.py Add basic support for conditional breakpoints 2020-04-25 19:57:42 +01:00
code.py Don't create a new buffer when opening the vimspector tab 2020-03-26 21:13:04 +00:00
debug_adapter_connection.py Implement command line completion for watch/eval 2020-01-17 00:02:24 +00:00
debug_session.py Allow moving the gadget/configuration dirs to arbitrary location 2020-05-12 19:39:32 +01:00
developer.py Enable embedded vim python debugging 2020-05-17 19:17:09 +01:00
install.py Allow moving the gadget/configuration dirs to arbitrary location 2020-05-12 19:39:32 +01:00
installer.py Move directories if they cannot be deleted 2020-05-16 22:55:01 +01:00
output.py Fix opening paths on Windows 2020-02-16 20:15:41 +00:00
stack_trace.py Make sure we can still request threads if one threads request fails 2020-05-12 19:30:00 +01:00
utils.py Allow moving the gadget/configuration dirs to arbitrary location 2020-05-12 19:39:32 +01:00
variables.py Update java instructions now YCM has nice API for it 2020-05-07 22:28:31 +01:00