mergify[bot]
b049ba6d8d
Merge pull request #192 from puremourning/shutdown-remote-job
...
1684
Fix shutting down jobs when resetting - use the correct category for …
2020-07-11 08:06:31 +00:00
Ben Jackson
6cfc313234
Do a better job of tidying up on test failure; note: We can still receive data callbacks after _OnExit, so just ignore that data
2020-07-10 22:49:30 +01:00
Ben Jackson
8e286be6ee
Fix shutting down jobs when resetting - use the correct category for CleanUpCommand
2020-07-09 21:18:27 +01:00
mergify[bot]
915fb29a9f
Merge pull request #196 from puremourning/auto-port
...
1682
Automatically pick a local port for CodeLLDB
2020-07-09 18:51:53 +00:00
Ben Jackson
9f6caadc40
Pre-calculate the gadgetDir, as this is likely used every time
2020-07-09 18:57:28 +01:00
Ben Jackson
a4abe511c7
Update contents links
2020-07-09 18:29:41 +01:00
Ben Jackson
9baba5afab
Document --basedir and ClearBreakpoints() and Exception Breakpoints
2020-07-09 18:19:11 +01:00
Ben Jackson
fe8d7251a4
Add unusedLocalPort to docs
2020-07-09 18:07:58 +01:00
Ben Jackson
a647b65983
Use an unused local port for CodeLLDB
2020-07-09 13:36:52 +01:00
Ben Jackson
81712b124f
Fix traceback when (sometimes?) using the watch window
2020-07-09 13:08:15 +01:00
Ben Jackson
044804ca20
Calculate variables on-demand; add an unused-local-port variable-function
2020-07-09 13:07:38 +01:00
mergify[bot]
85667a5bac
Merge pull request #193 from puremourning/variables
...
1676
[WIP] Add change marker for variables and watches
2020-07-08 15:28:02 +00:00
Ben Jackson
50b8b0103c
Fix sequence of scopes/vars to match the server
2020-07-08 16:13:15 +01:00
Ben Jackson
402071065f
Update tclpro; add a test
2020-07-08 13:19:14 +01:00
Ben Jackson
e24d0a4659
Simplify extracting the result from a WatchResult
2020-07-08 11:45:20 +01:00
Ben Jackson
8143992345
Restore spacing (don't waste a whole column); re-use one of the indent columns for the marker
2020-07-08 11:37:24 +01:00
Ben Jackson
c43f16e288
FixUp: remove elements in reverse order to avoid invalidating indices
2020-07-07 22:45:12 +01:00
Ben Jackson
4b7fc83ce3
Add a marker when a variable value changes
2020-07-07 22:44:47 +01:00
Ben Jackson
39212f4ffc
Add some type hints (requires python 3.6) and update flake8
2020-07-07 22:18:43 +01:00
Ben Jackson
2117a0515d
Remove hacky use of dicts and magic keys for variables
2020-07-07 20:22:01 +01:00
mergify[bot]
669b019e25
Merge pull request #190 from puremourning/codelldb
...
Support running a command and connecting to a port
2020-07-06 13:00:52 +00:00
Ben Jackson
b486839269
Update README TOC and restructure
2020-07-06 11:30:45 +01:00
Ben Jackson
a2ae1c288e
Documentation for codelldb/rust
2020-07-06 11:28:24 +01:00
Ben Jackson
0e56146726
Add installer support for CodeLLDB
2020-07-06 11:24:54 +01:00
Ben Jackson
32c7960b5f
Support channel-based adapters with jobs in neovim
...
Again, the neovim API is lacking - we have to hack around our own retry
loop (where vim offers 'waittime').
Note neovim documentation says that it returns 0 on connection failure,
but actually it throws an error, so we catch that. There are probably a
ton of other problems with error handling, but i'll rely on user
testing/feedback for that.
2020-07-06 10:44:14 +01:00
Ben Jackson
99faf76dcc
Fix traceback when a request is rejected
2020-07-06 10:38:53 +01:00
Ben Jackson
7848629a1c
Add simple rust program tested with CodeLLDB
2020-07-06 10:38:53 +01:00
Ben Jackson
b322a2e89c
Allow 'channel' based transports to also start a job
2020-07-06 10:38:53 +01:00
mergify[bot]
596ea65ca6
Merge pull request #191 from puremourning/update-debugpy
...
1630
UPdate debugpy
2020-07-04 09:52:15 +00:00
Ben Jackson
ec009a1332
UPdate debugpy
2020-07-04 10:33:15 +01:00
Ben Jackson
8e2313bf85
Correct status of windows support
1609
2020-06-28 16:47:54 +01:00
mergify[bot]
df8389380a
Merge pull request #189 from puremourning/windows-cpptools
...
1605
Windows support for cpptools
2020-06-27 19:29:45 +00:00
Ben Jackson
6f3884253c
Windows support for cpptools
2020-06-27 17:28:05 +01:00
mergify[bot]
d1f2df36cc
Merge pull request #184 from JMcKiern/fix-typo
...
1565
Fix typo in README.md
2020-06-14 19:20:33 +00:00
JMcKiern
de63700bf4
Merge branch 'master' into fix-typo
2020-06-12 21:04:51 +01:00
mergify[bot]
c0c3bd6645
Merge pull request #185 from puremourning/upgrade-debugpy
...
1557
Upgrade debugpy
2020-06-08 19:04:53 +00:00
Ben Jackson
7f625fee9f
Upgrade debugpy
2020-06-08 19:58:52 +01:00
jmckiern
f217a1d9ef
Fix typo in README.md
2020-06-06 15:39:25 +01:00
mergify[bot]
3595c8c638
Merge pull request #180 from ray-x/goModuleOff
...
[#178 ]Set GO111MODULE to off and the sample project won't fail in go 1.12+
2020-06-04 06:55:27 +00:00
Ray Xu
d6a6184421
set GO111MODULE to off and the debug wont fail in go 1.11+
2020-06-04 16:39:36 +10:00
Ben Jackson
46e8e4c56b
Note that Huge build of Vim is required
2020-05-28 21:00:30 +01:00
mergify[bot]
a90da6219f
Merge pull request #175 from puremourning/dependabot/bundler/docs/activesupport-6.0.3.1
...
Bump activesupport from 6.0.2.1 to 6.0.3.1 in /docs
2020-05-26 18:39:23 +00:00
dependabot[bot]
f2994dfad7
Bump activesupport from 6.0.2.1 to 6.0.3.1 in /docs
...
Bumps [activesupport](https://github.com/rails/rails ) from 6.0.2.1 to 6.0.3.1.
- [Release notes](https://github.com/rails/rails/releases )
- [Changelog](https://github.com/rails/rails/blob/v6.0.3.1/activesupport/CHANGELOG.md )
- [Commits](https://github.com/rails/rails/compare/v6.0.2.1...v6.0.3.1 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-05-26 18:05:00 +00:00
mergify[bot]
5faf56de9d
Merge pull request #174 from puremourning/neovim
...
1525
Fix traceback in neovim: vim.vars returns str
2020-05-24 16:10:38 +00:00
Ben Jackson
7705d6020c
Fix traceback in neovim: vim.vars returns str
2020-05-24 13:17:36 +01:00
mergify[bot]
2b22d3d29f
Merge pull request #172 from puremourning/python-subprocess
...
1523
Disable subprocess debugging by default in debugpy
2020-05-24 11:30:59 +00:00
mergify[bot]
435e33e23e
Merge branch 'master' into python-subprocess
2020-05-24 11:25:10 +00:00
mergify[bot]
71ad4c2022
Merge pull request #170 from awwalker/aw-docker
...
add docker exec as an attach command
2020-05-24 11:21:29 +00:00
Aaron Walker
ae2ba01c5b
lint
2020-05-21 23:43:37 -04:00
Aaron Walker
3d113eaec4
comments
2020-05-21 23:43:37 -04:00