Ben Jackson
ae7e6d0b0c
Clarify that Python 3.6 is required
...
closes #143
2020-03-28 20:28:29 +00:00
Ben Jackson
1003cdc0b2
Add a splash popup while starting up
...
Sometimes it can take quite a while to start up and initialise the debug
adapter. So we use popup/float to display the status as we start up and
shut down.
This increases minimum Vim version to 8.2, but that's been out for ages
now and I intend to agressively require latest/later vim/neovim
versions.
2020-03-26 23:25:50 +00:00
Ben Jackson
d42fd51f35
Support c-style comments in JSON
...
Debate rages about whether JSON should have comments. The specification
says it shouldn't but the author of JSON suggested that if you want to
use JSON for configuration, then pipe it through jsmin before parsing.
So that's what we do, using a tiny JSON minifier from
https://github.com/getify/JSON.minify/tree/python
Closes #135
2020-03-21 15:16:07 +00:00
Ben Jackson
a74783513c
Update README
2020-02-16 20:21:17 +00:00
Ben Jackson
dcabc52937
Update readme
2020-02-08 21:15:27 +00:00
Sergey Vlasov
a90a529ced
README referenced link typo
2020-02-05 16:55:20 +02:00
Ben Jackson
6878c80cfb
Update readme for environment hackaround
2020-02-02 17:37:53 +00:00
Ben Jackson
3f3ede48ba
Update TOC
2020-02-01 00:09:02 +00:00
Ben Jackson
44efc0a1b3
Neovim 0.4 doesn't work for debugpy because it is missing features
2020-02-01 00:09:02 +00:00
Ben Jackson
6bcc58a39b
Document how to use debugpy directly instead of vscode-python
2020-02-01 00:09:02 +00:00
Adelar da Silva Queiróz
96a7083f29
Spell correction
2020-01-29 00:16:13 -03:00
Ben Jackson
23b3bb719b
Document exception breakpints
2020-01-28 08:52:23 +00:00
Ben Jackson
8253c1687b
Document LaunchWithSettings
...
This is useful enough to be made public. Closes #97 .
2020-01-28 08:52:23 +00:00
panders23
da0fc65333
Mention xdebug helper extension for php
2020-01-27 20:35:26 +01:00
panders23
eda6b890de
add readme.md entry for php
2020-01-27 20:26:26 +01:00
Ben Jackson
7903e0e0fe
Add screenshot to README
2020-01-26 23:23:12 +00:00
Ben Jackson
b8d2b548d8
Add customisation of signs
2020-01-26 23:02:26 +00:00
Ben Jackson
9b2710dd47
Update README.me to have languages in TOC
2020-01-26 21:42:31 +00:00
Ben Jackson
bd820b2a8b
upgrade cpptools to 0.26.3
...
This sort-of fixes macOS issues when used with my lldb-mi.
2020-01-26 21:32:55 +00:00
Ben Jackson
94f19459b9
Update TOC
2020-01-26 17:49:20 +00:00
Ben Jackson
d69e63719b
Elaborate neovim deficiencies
2020-01-26 17:42:03 +00:00
Ben Jackson
9e3d7237a5
Update README
2020-01-19 20:33:24 +00:00
mergify[bot]
fec355cab4
Merge branch 'master' into add-reset-info
2020-01-07 13:25:41 +00:00
yury
c8334dc30c
Fix Watches link in readme
2020-01-07 15:20:10 +02:00
yury
0ecc99a75c
Add instruction on how to close the debugger
...
Omit `Reset` mapping
2020-01-07 15:20:04 +02:00
Ben Jackson
a74b9f2c65
Make statement about neovim support
...
Currently unsupported for technical reasons, not philosophical ones.
2020-01-07 13:12:06 +00:00
yury
c8a99831d6
Remove colon for consistency
2020-01-07 11:59:44 +02:00
Ben Jackson
144efab83d
Add workaround for broken cpptools on macOS
2020-01-01 15:19:13 +00:00
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