vimspector/support/test
Ben Jackson 2f05a7f66a WIP: Make multi-session debugging sort of work
This passes the session id around everywhere and ensures that things
like buffer names are all unique.

We now have the _vimspector_session update to point to the active (or
last accessed tab). This feels fairly natural and mostly seems to work.

NOTE: in vscode there is no "multiple tabs" - they actually add the
subprocesses to the stack trace somehow and when you click on a frame in
that it switches to the session for that process. Each process PC is
visible in the editor. It's kind of confusing.

Things still broken:
 - vimspector_session_windows
 - breakpoints need to be project-wide
 - PC display (how to show "all" PCs, or just show the current one for
   the current tab ?)
 - it would be nice for the tterminal buffers to be visible on all tabs.
   not sure how to do that.
2021-03-31 21:55:33 +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 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 Add a way to test with dlv directly. Currrently not ready for the big time 2021-03-22 15:13:58 +00:00
java/test_project Add a way to have adapter specific message handlers 2021-03-19 17:51:59 +00:00
kotlin Remove gradle wrapper 2020-12-31 10:39:01 -05: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 WIP: Make multi-session debugging sort of work 2021-03-31 21:55:33 +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 Add a list to tcl tets 2021-01-08 11:06:33 +00:00
run_test_vim Improve tests 2019-05-16 21:08:18 +01:00