vimspector/support/test
Ben Jackson be44a22903 Allow coercing a type in vimspector config
Initially I considered using #i, #s, etc. to coerce to specific types,
but then it wasn't clear of the semantics (particularly for bool, where
JSON bool true/false, Python bool True/False).

But it turns out that we can just coerce any key from a JSON string.
Users can _probably_ type JSON strings for most things, or use variables
to run scripts to generate them, this allows essentially complete
flexibility to define the data types needed to populate the launch spec.

The purpose of this is to allow some level of automated setup by
requesting data from the user and then (subsequently) saving the
flattneed config to the vimspector config file.
2020-08-05 22:19:38 +01:00
..
chrome The chrome debugger doesn't return 'line' in some stack frames. Fix a bug for expensive scopes 2019-10-06 22:19:19 +01:00
cpp/simple_c_program Windows support for cpptools 2020-06-27 17:28:05 +01:00
csharp Add and document why mono debugger doesn't work 2019-06-23 21:39:27 +01:00
example Add 'example' allowing simple command-line attachment 2020-01-31 16:11:36 +00:00
go/hello_world set GO111MODULE to off and the debug wont fail in go 1.11+ 2020-06-04 16:39:36 +10:00
java/test_project Use the original java test code 2020-07-16 08:04:03 +01:00
node/simple Simple tests for node debugger 2019-10-06 19:24:48 +01:00
python Allow coercing a type in vimspector config 2020-08-05 22:19:38 +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