vimspector/python3/vimspector
Ben Jackson 7a70519b03 Add basic support for conditional breakpoints
This is the minimal required for a user to use conditional breakpoint -
we add an options dict to each breakpoint (line and function) and allow
the condition to be supplied. We add a plug mapping and a default
shortcut (<leader><F9>) to add one where we ask the user to enter the
condition and hit expression. This isn't great but it works.

We don't check the capabilities, so they would just be ignored if used
on a server that doesn't support them. We also ask for a hit expression
which most users won't understand so this isn't ideal either.

No tests yet.
2020-04-25 19:57:42 +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 Add basic support for conditional breakpoints 2020-04-25 19:57:42 +01:00
install.py Read configurations from a per-filetype directory or a default location as well as local config file 2020-02-16 17:22:53 +00:00
installer.py Support c-style comments in JSON 2020-03-21 15:16:07 +00:00
output.py Fix opening paths on Windows 2020-02-16 20:15:41 +00:00
stack_trace.py When requesting source from debugger, use the path, if supplied 2020-02-23 16:12:35 +00:00
utils.py Add a splash popup while starting up 2020-03-26 23:25:50 +00:00
variables.py Set some window options to their deafults 2020-02-16 22:30:55 +00:00