Commit graph

36 commits

Author SHA1 Message Date
Ben Jackson
52b0ee9d49 chrome debugger 2019-10-06 22:19:19 +01:00
Ben Jackson
0b0388d075 Simple tests for node debugger 2019-10-06 19:24:48 +01:00
Ben Jackson
f29c5ae902
Add Gitter badge 2019-10-02 13:10:46 +01:00
Ben Jackson
1b665a1e93 README typo 2019-07-31 19:14:15 +01:00
Ben Jackson
9676228e64 Docs 2019-07-31 19:10:33 +01:00
Ben Jackson
a4db7008df Add and document why mono debugger doesn't work 2019-06-23 21:39:27 +01:00
Ben Jackson
67b12133dc Update README 2019-05-19 20:24:56 +01:00
Adelar da Silva Queiróz
3ef357a1cb
Removing #Demo section 2019-05-16 16:32:07 -03:00
Adelar da Silva Queiróz
2c3baf5baf
Removing missing images and spell correction 2019-05-16 16:22:43 -03:00
Ben Jackson
2678e666aa
Add pipeline badge 2019-04-27 13:52:28 +01:00
Ben Jackson
cd8e6b74ca Fix doc 2019-02-02 13:12:54 +00:00
Ben Jackson
38df0bf14b Add VS-like mappings 2019-02-02 13:01:33 +00:00
Ben Jackson
3c917c86d0
Add TCL to supported languages 2019-01-17 15:57:11 +00:00
Ben Jackson
466e7eeb47
Fix java-debug-server link 2018-12-24 15:11:38 +00:00
Ben Jackson
b738b5be32
Note that java debugging does work, but it is a bit janky 2018-12-24 15:10:26 +00:00
Ben Jackson
673de95283 Updates for latest Python debug adapter
They moved the location of the main application.

But also:

- ignore multiple responses for the same request
- ignore protocol violations for variablesReference (assume 0)
- ignore protocol violations for missing 'name' (assume basename of
path)
2018-12-20 13:42:58 +00:00
Ben Jackson
9f8fddd1cd
Update README.md
Note on prompt buffers
2018-12-19 22:08:22 +00:00
Ben Jackson
0abee77859
Update README.md
Make a note that everything is fair game for changing.
2018-12-19 21:48:34 +00:00
Ben Jackson
360610eb3b
Update README.md 2018-12-19 12:32:46 +00:00
Ben Jackson
689b006b6f
Add Gitter channel to readme 2018-11-26 21:09:31 +00:00
Ben Jackson
65e2a50d28 Yet more hacking. This sort of makes it work for rust 2018-05-29 02:15:18 +01:00
Ben Jackson
b6a9cba52e Support the bash debugger
This required working around some sort of bug where the server returns
an invalid content length. Either that or we are somehow processing the
same message twice with additional escaping? It's really strange.
2018-05-29 00:39:37 +01:00
Ben Jackson
f53fb88503 Add platform support 2018-05-28 22:32:31 +01:00
Ben Jackson
53b7dd8aaa Reinstate point about POC 2018-05-28 22:29:26 +01:00
Ben Jackson
d4050e2d7b Note hover 2018-05-28 22:26:49 +01:00
Ben Jackson
cde2723da7 Update README.md 2018-05-28 22:22:09 +01:00
Ben Jackson
f3d02778fa Demo is too big 2018-05-22 01:41:24 +01:00
Ben Jackson
7d007a1aaf Actually use the correct URL 2018-05-22 01:40:39 +01:00
Ben Jackson
dceaa6c51a Nope. Just a link 2018-05-22 01:39:43 +01:00
Ben Jackson
f9a44ba38b Try embed? 2018-05-22 01:38:31 +01:00
Ben Jackson
7fc11c4b0a Better image host 2018-05-22 01:32:44 +01:00
Ben Jackson
92e02e643e Update README demo 2018-05-22 01:30:14 +01:00
Ben Jackson
ef5ac26f48 Fix error reporting and update demo 2018-05-20 22:03:49 +01:00
Ben Jackson
af241cca0c Add new demo to readme 2018-05-20 19:14:43 +01:00
Ben Jackson
c90e9faf3d Add a README 2018-05-20 15:32:49 +01:00
Ben Jackson
cd2ccedcb6 Talk to a job from python
Very very basic inital checkin to show a way to talk to/from a Vim job
using python (mainly), and to parse the sort of messages that LSP and
VSCode debugger protocol speak (i.e. similar to http messages).

Very hacky, sort of holds together for what it is.
2018-05-16 02:31:23 +01:00