vimspector/support/test
Ben Jackson 80985148e7 Add "run to cursor" support
We add a 'temporary' option to line breakpionts and try and clear any
temporary breakpionts on the line we end up stopping on. This might not
be art, but _probably_ works in almost all cases that matter.

it's a bit hacky the way we have to push the reason around, but we don't
know where we stopped until we actually get the stack trace response and
SetCurrentFrame

Move temporary breakpionts to match server response

Also delete any existing ones when adding a new one and add tests for
run-to-cursor.

Only continue after we successfully set the breakpoints. This makes it
work in go
2020-10-23 22:53:04 +01: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 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 When the start parameter is missing, the behabiour is arbitary 2020-09-04 00:29:39 +01:00
python Add "run to cursor" support 2020-10-23 22:53:04 +01: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