Commit graph

11 commits

Author SHA1 Message Date
Ben Jackson
0e9497ce8f Add cpptools to cpp test proj 2021-05-15 15:55:17 +01:00
Ben Jackson
9113dbb698 stack_trace: Add cursorline highlight and sign for current frame 2021-05-11 19:44:42 +01:00
Ben Jackson
8261cde3c9 Don't copy the environment to update it
This causes problems on windows, and is wasteful anyway. The subprocess
will pick up the environment from its parent.
2020-12-05 16:42:07 +00:00
Ben Jackson
e15c50a4f4 Don't request strack trace if the thread isn't stopped 2020-11-28 00:17:42 +00:00
Ben Jackson
6f3884253c Windows support for cpptools 2020-06-27 17:28:05 +01:00
Ben Jackson
6f805db24b Add extra conf for c project 2019-01-05 10:39:05 +00:00
Ben Jackson
5060b0821e Split c test json file. Still doesn't work for some reason 2018-12-20 13:44:37 +00:00
Ben Jackson
171e1b58d5 Squash some distrating warnings 2018-05-22 23:00:26 +01:00
Ben Jackson
2c5caf9cf5 Ignore some build output 2018-05-20 21:12:04 +01:00
Ben Jackson
f55dc8cd8e StepOut and Continue 2018-05-20 16:18:40 +01:00
Ben Jackson
8437397491 Actually connect to a real debug server and add some basic debugging
UI is totally placeholder
Step over/step in are the only supported commands
Hardcoded launch config using a specific debug adapter that happened to
work
Adds a trivial log file hack and fixes the protocol handler for bytes
2018-05-20 15:11:58 +01:00