vimspector/support/test
Ben Jackson 0942aa4523 Fix docker example for python
The example was was using 'launchCommand' which is not valid according
to the schema; it should be 'runCommand'.

But also, it never really worked. Vimspector would start the "adapter"
(in this case, try and connect to the TCP port) before running the
"prepare" commands, wich in this case would actually start debugpy
listening. So to solve that we run the prepare commands earlier.
Hopefully this won't cause a regression for Java and C++ remote attach,
which we don't really have tests for.

Finally, due to the way docker works, when you forward a port and
nothing is listening on it, docker _accepts_ the connection then
immediately drops it. This is _super_ annoying meaning that it looks to
vimspector liek the server instantly dies if it takes nonzero time for
the remote commands to open the port. So to solve this we add loaunch
and attach delays which can be configured in the adapter config. This
actually solves a prolem where the java debugger just takes agest to
attach on remote launch too.

(Finally, finally...) updated the vimspector schema to represent
the real launch/attach remote configuration, which was incorrectly
spec'd at the adapter level, but it's actually per launch/attach block.
2020-12-22 15:45:26 +00:00
..
bash Add a bash test script 2020-09-04 00:31:34 +01:00
chrome Upgrade chrome debugger to 4.12.10 2020-09-03 22:11:57 +01:00
cpp/simple_c_program Don't copy the environment to update it 2020-12-05 16:42:07 +00:00
csharp Update mono debug; even though it doesn't work 2020-11-16 21:17:22 +00:00
example Add 'example' allowing simple command-line attachment 2020-01-31 16:11:36 +00:00
go/hello_world Update vscode-go to latest version 2020-11-22 12:31:21 +00:00
java/test_project Use the original java test code 2020-07-16 08:04:03 +01:00
lua Improve lua configuration and test files 2020-11-22 18:38:40 -03:00
node/simple Add mapping for Focus, and make focusing a stack frame focus the thread 2020-11-22 14:13:15 +00:00
python Fix docker example for python 2020-12-22 15:45:26 +00:00
ruby Add a test for ruby 2020-09-11 15:43:53 +01:00
rust/vimspector_test Add installer support for CodeLLDB 2020-07-06 11:24:54 +01:00
tcl Update tclpro; add a test 2020-07-08 13:19:14 +01:00
run_test_vim Improve tests 2019-05-16 21:08:18 +01:00