vimspector/tests
Ben Jackson 80985148e7 Add "run to cursor" support
We add a 'temporary' option to line breakpionts and try and clear any
temporary breakpionts on the line we end up stopping on. This might not
be art, but _probably_ works in almost all cases that matter.

it's a bit hacky the way we have to push the reason around, but we don't
know where we stopped until we actually get the stack trace response and
SetCurrentFrame

Move temporary breakpionts to match server response

Also delete any existing ones when adding a new one and add tests for
run-to-cursor.

Only continue after we successfully set the breakpoints. This makes it
work in go
2020-10-23 22:53:04 +01:00
..
ci Support "multi-session" mode properly 2020-05-17 14:07:56 +01:00
lib Add "run to cursor" support 2020-10-23 22:53:04 +01:00
manual Make tests work in manual container: install delve. This has to be done as the user because go 2020-05-08 13:11:17 +01:00
testdata/cpp/simple Add "run to cursor" support 2020-10-23 22:53:04 +01:00
.gitignore Tests: Import test framework changs from YCM 2020-01-15 23:17:15 +00:00
.vimspector.json Add way to run tests using my in-development vim debugger 2020-04-26 13:08:27 +01:00
breakpoints.test.vim Add "run to cursor" support 2020-10-23 22:53:04 +01:00
breakpoints_doublewidth.test.vim Add "run to cursor" support 2020-10-23 22:53:04 +01:00
language_go.test.vim Add "run to cursor" support 2020-10-23 22:53:04 +01:00
language_python.test.vim Allow customisation of the signs 2020-09-01 13:56:12 +01:00
mappings.test.vim Add "run to cursor" support 2020-10-23 22:53:04 +01:00
tabpage.test.vim Accomodate flaky tests that I can't diagnose 2020-09-19 11:18:40 +01:00
temporary_breakpoints.test.vim Add "run to cursor" support 2020-10-23 22:53:04 +01:00
ui.test.vim Correct test function for CustomWinBar in ui.test.vim. 2020-07-25 17:03:04 +08:00
variables.test.vim Minor improvements to console usage 2020-10-10 16:20:55 +01:00
vimrc Add a bunch of tests for the ui customisation 2020-07-16 08:33:49 +01:00