Commit graph

185 commits

Author SHA1 Message Date
Ben Jackson
88bac786ba Merge branch 'breakpoints-list' into remote-bp 2019-03-30 10:13:26 +00:00
Ben Jackson
cc7af4b1a4 Make sure that single commands still work 2019-03-01 13:26:05 +00:00
Ben Jackson
9e1cd10c99 When restarting, make sure that we have some configuraiton 2019-03-01 13:25:52 +00:00
Ben Jackson
629d6bf612 Allow variables to come from shell commands 2019-03-01 13:25:36 +00:00
Ben Jackson
174923cbc8 Rudimentary support for exception breakpoint options 2019-03-01 13:25:15 +00:00
Ben Jackson
541686712c Use a list comprehension and try and catch some nasites 2019-02-26 15:24:07 +00:00
Ben Jackson
01c0dca3ad Fix signs 2019-02-24 19:41:49 +00:00
Ben Jackson
8528d80510 Fix breakpoints 2019-02-24 19:41:41 +00:00
Ben Jackson
14f6814ff1 Improve gadget installation; add system wide adapter config 2019-02-24 19:41:20 +00:00
Ben Jackson
e216bc291d Respect (some) server capabilities 2019-02-21 16:14:05 +00:00
Ben Jackson
2d7c67968a Be more forceful when closing th ejob 2019-02-21 16:13:51 +00:00
Ben Jackson
75851e0652 Move the vimscript into vimscript; it's so much easier. Support multiple commands and jobs 2019-02-21 16:12:58 +00:00
Ben Jackson
0b1a06f47e Apparently Linx-Ux is invalid. 2019-02-20 22:35:51 +00:00
Ben Jackson
69ea032bc1 Correct name of Lina-Ux OS 2019-02-20 22:35:05 +00:00
Ben Jackson
5a0ba17754 install macvim. presumably it always overrides system vim 2019-02-20 22:32:00 +00:00
Ben Jackson
f8ae01f75c Add macos 2019-02-20 22:19:30 +00:00
Ben Jackson
fb5b6f2d74 Use a newer vim; vimspector requires latest builds 2019-02-20 21:52:27 +00:00
Ben Jackson
79ff07b953 Use bash, print vim version 2019-02-20 21:28:39 +00:00
Ben Jackson
b03919489d Install bash debug instead of mono debug, as installing mono debug is a pain 2019-02-20 21:15:25 +00:00
Ben Jackson
7f78429f8d Install ca-certs 2019-02-17 22:46:52 +00:00
Ben Jackson
3ea8a12986 Fail the job if gadget install fails 2019-02-17 22:35:30 +00:00
Ben Jackson
30da2ab862 Try using my own docker image 2019-02-17 22:30:56 +00:00
Ben Jackson
c57070ee82 Print some info for debugging 2019-02-17 20:41:52 +00:00
Ben Jackson
b5cd5ea891 No sudo ? 2019-02-17 20:28:11 +00:00
Ben Jackson
bd48b00acc Update azure pipeline - use 18.04 VM 2019-02-17 20:25:01 +00:00
Ben Jackson
9431f5ec9c Merge remote-tracking branch 'origin/azure-pipelines' into breakpoints-list 2019-02-17 19:53:06 +00:00
Ben Jackson
a504e56056 Set up CI with Azure Pipelines 2019-02-17 19:52:33 +00:00
Ben Jackson
90a076274d Don't use circleci, it's a bit of a pain 2019-02-17 19:46:09 +00:00
Ben Jackson
2cfd5afacb Add first-pass testing framework based on vim's runtest.vim 2019-02-17 19:36:21 +00:00
Ben Jackson
c684fa0cbb Fix balloons in the GUI 2019-02-15 13:19:13 +00:00
Ben Jackson
079b392157 Fix adding function breakpoints 2019-02-15 13:18:58 +00:00
Ben Jackson
3092c06cd7 Rudimentary support for listing breakpoints using the quickfix window 2019-02-12 22:41:10 +00:00
Ben Jackson
09850702cf Print a message if we fail to get a PID 2019-02-12 12:34:17 +00:00
Ben Jackson
305309dcb1 WIP: Don't send many outstanding threads requests 2019-02-12 12:33:40 +00:00
Ben Jackson
ba456e863d Replace the log file each time, as this makes debugging easiser 2019-02-12 09:06:13 +00:00
Ben Jackson
215af1316a Fix runInTerminal when the cwd supplied is (heinously) empty 2019-02-12 09:05:47 +00:00
Ben Jackson
0b40c3e04a Sort the list of configs so they appear consistently to the user 2019-02-12 09:05:19 +00:00
Ben Jackson
bb3909c16f Improve output view; use jobs to display logs and remote commands 2019-02-12 09:04:52 +00:00
Ben Jackson
e006b15100 More improvements to startup and closedown stability. Remove some hack code 2019-02-12 09:01:09 +00:00
Ben Jackson
765a9e4a98 Don't bother with the disconnect on VimLeave. It causes more problems than it solves. Just let vim kill the job 2019-02-04 15:15:53 +00:00
Ben Jackson
df04256cee FixUp: Merge error with launch variables 2019-02-04 15:05:16 +00:00
Ben Jackson
85d2f10f32 Only load threads after _both_ init and launch. Maybe this is the magic that works for all servers 2019-02-04 15:05:00 +00:00
Ben Jackson
463f7a8220 Mark unread output with *; Show vimspector log in output view 2019-02-04 15:04:21 +00:00
Ben Jackson
1ca88ad332 WIP: Support remote startup commands, e.g. gdbserver 2019-02-02 15:49:41 +00:00
Ben Jackson
aed3f459a6 Support variables set in the vimspector.json 2019-02-02 15:49:40 +00:00
Ben Jackson
32e16d9daf WIP: Try and remember that the server quit 2019-02-02 15:49:22 +00:00
Ben Jackson
7a91518542 Improve error reporting 2019-02-02 14:54:49 +00:00
Ben Jackson
cd8e6b74ca Fix doc 2019-02-02 13:12:54 +00:00
Ben Jackson
38df0bf14b Add VS-like mappings 2019-02-02 13:01:33 +00:00
Ben Jackson
728cd2b9c3 Go back to launching after initialize as this is required by some servers. The spec is a little unclear on what the correct behaviour is, but this seems to work with microsoft's own debug adapters 2019-02-02 10:49:00 +00:00