mergify[bot]
26f3ea17c2
Merge pull request #22 from adelarsq/patch-1
...
Removing missing images and spell correction
2019-05-16 20:02:30 +00:00
Adelar da Silva Queiróz
3ef357a1cb
Removing #Demo section
2019-05-16 16:32:07 -03:00
Adelar da Silva Queiróz
2c3baf5baf
Removing missing images and spell correction
2019-05-16 16:22:43 -03:00
mergify[bot]
c89eeec717
Merge pull request #20 from puremourning/lint
...
Run flake8 and vint in azure
2019-05-08 23:26:23 +00:00
Ben Jackson
fc802b61bd
Run flake8 and vint in azure
2019-05-09 00:24:06 +01:00
mergify[bot]
e82035f716
Merge pull request #19 from puremourning/workaround-gdbserver
...
Allow running a command after remote attach
2019-05-02 09:48:19 +00:00
Ben Jackson
de136f5db4
Allow running a command after remote attach
...
gdbserver has a bug which means that it can't actually attach to running
processes on some versions due to sending signals to the wrong PID (not
the process group leader, or something). The workaround is to manually
send kill -TRAP to the PID in order for the initial break to be
regiseterd.
Doing this manually is painful, so we allow the remote object to run a
command after having successfully initialized the engine, which is about
the time you need to kick the trap/breakpoint.
https://sourceware.org/bugzilla/show_bug.cgi?id=18945
2019-05-01 13:38:25 +01:00
mergify[bot]
1984857bab
Merge pull request #18 from puremourning/winbar-typo
...
Fix typo in UI
2019-04-28 13:19:34 +00:00
Ben Jackson
b3d05f4672
Fix typo in UI
2019-04-28 14:16:20 +01:00
mergify[bot]
47545f2fda
Merge pull request #17 from puremourning/run-tests-make
...
run_tests should build the test programs
2019-04-28 10:53:38 +00:00
Ben Jackson
d7667c6532
run_tests should build the test programs
2019-04-28 11:50:03 +01:00
mergify[bot]
281f32b8a3
Merge pull request #16 from puremourning/upgade-cpptools
...
Upgrade cpptools to 0.22.1
2019-04-28 09:58:38 +00:00
Ben Jackson
fd32aa264b
Upgrade cpptools to 0.22.1
2019-04-28 10:56:14 +01:00
mergify[bot]
60e9e3e2bf
Merge pull request #15 from puremourning/clear-breakpoints
...
Add ClearBreakpoints API
2019-04-28 09:53:47 +00:00
Ben Jackson
470c64603a
Add ClearBreakpoints API
...
Add a test which actually triggers the mappings and fires up vimspector
with the cpptools debugger.
2019-04-28 10:51:15 +01:00
Ben Jackson
e10a13e758
Fix reviewable typo and allow comment reviews
2019-04-28 10:44:31 +01:00
Ben Jackson
ec9dc770f6
You can't approve your own PRs, so make an exception to rely on reviewable only
2019-04-28 10:37:11 +01:00
Ben Jackson
d23c995c93
Use smart strict sorkflow to prevent broken master
2019-04-28 10:13:36 +01:00
Ben Jackson
6d3fc16584
COrrect name of mergify config
2019-04-28 10:04:09 +01:00
Ben Jackson
cffaef6b73
Add mergify config
2019-04-28 10:02:51 +01:00
Ben Jackson
db1cf29f0d
Merge pull request #14 from ousttrue/fix_typo
...
fix typo
2019-04-27 22:46:45 +01:00
ousttrue
62130ad525
fix typo
2019-04-28 06:31:56 +09:00
Ben Jackson
03d907d790
Update issue templates
...
Add some basic issue templates
2019-04-27 17:06:25 +01:00
Ben Jackson
4f31c95aa4
Fix flake8 errors
2019-04-27 14:21:26 +01:00
Ben Jackson
2678e666aa
Add pipeline badge
2019-04-27 13:52:28 +01:00
Ben Jackson
cd5cd59ef1
Merge branch 'remote-bp'
2019-04-27 13:25:11 +01:00
Ben Jackson
5cb6f9cea2
Actually the tclconfig.sh in system headers contains bogus paths. You just need homebrew
2019-04-27 13:24:09 +01:00
Ben Jackson
d24515a035
Fix default adapter config
2019-04-06 16:42:56 +01:00
Ben Jackson
c9138c465b
Upgrade python gadget
2019-04-06 16:37:30 +01:00
Ben Jackson
e80c874e3b
Toggle the state before handling the message. I think this implies there is some re-entrancy here that i am not handling correctly, but this fixes an issue with vscode-python (for now)
2019-04-02 16:27:37 +01:00
Ben Jackson
67f7402581
Fix flake8 errors
2019-04-02 16:26:52 +01:00
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