vimspector/tests
Ben Jackson 16f22b396f Fix breakpoint event
Few problems:
 - we were passing a dict instead of a list of breakpoints
 - if the breakpoint had a source which was {} we crashed
 - we didn't support the 'removed' event
2020-10-10 16:04:46 +01:00
..
ci Support "multi-session" mode properly 2020-05-17 14:07:56 +01:00
lib While debugging, use the correct path for breakpoints 2020-09-27 22:47:22 +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 Fix breakpoint event 2020-10-10 16:04:46 +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 While debugging, use the correct path for breakpoints 2020-09-27 22:47:22 +01:00
breakpoints_doublewidth.test.vim While debugging, use the correct path for breakpoints 2020-09-27 22:47:22 +01:00
language_go.test.vim Allow customisation of the signs 2020-09-01 13:56:12 +01:00
language_python.test.vim Allow customisation of the signs 2020-09-01 13:56:12 +01:00
tabpage.test.vim Accomodate flaky tests that I can't diagnose 2020-09-19 11:18:40 +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 Put the cursor at the end of the buffer after evaluations 2020-07-18 18:14:39 +01:00
vimrc Add a bunch of tests for the ui customisation 2020-07-16 08:33:49 +01:00