vimspector/tests/testdata/cpp/simple
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
..
.gitignore Add missing test file 2020-09-11 15:56:04 +01:00
.vimspector.json Add "run to cursor" support 2020-10-23 22:53:04 +01:00
.ycm_extra_conf.py Use the same version as the current macvim 2019-06-08 10:49:26 +01:00
Makefile Add a manual test for the calculated variables 2020-09-11 15:43:53 +01:00
printer.cpp Add missing test file 2020-09-11 15:56:04 +01:00
simple.cpp Add ClearBreakpoints API 2019-04-28 10:51:15 +01:00
struct.cpp Add some tests for expand/collapse variables; todo - fails on gdb/linux 2020-07-16 08:33:49 +01:00
variables.cpp Add another test file from #43 2019-07-27 10:57:50 +01:00