Commit graph

604 commits

Author SHA1 Message Date
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
Aaron Walker
cd1b304d30 relint 2020-05-21 23:43:37 -04:00
Aaron Walker
5e64b07e8d flake and update docker exec command 2020-05-21 23:43:37 -04:00
Aaron Walker
0bf511debc add docker docs 2020-05-21 23:43:37 -04:00
Aaron Walker
62b3070c50 lint 2020-05-21 23:43:37 -04:00
Aaron Walker
c9b1456759 add docker exec as an attach command 2020-05-21 23:43:37 -04:00
Ben Jackson
2437aace41 Disable subprocess debugging by default in debugpy 2020-05-19 21:53:20 +01:00
mergify[bot]
b80c483284
Merge pull request #169 from puremourning/breakpoints-clear 1515
Fix listing breakpoints while debugging
2020-05-19 19:38:19 +00:00
Ben Jackson
5f11fe4e6e Fix up vint errors 2020-05-19 20:27:28 +01:00
Ben Jackson
58a95402c4 Use gloabl for test args as i always use a basedir now 2020-05-17 21:41:24 +01:00
Ben Jackson
8c4112cd1f breakpoints list: fix listing while debugging
Also, open the quickfix list when listing breakpoints, and add a test
2020-05-17 21:40:51 +01:00
Ben Jackson
6a1c9a6b52 Enable embedded vim python debugging
This allows us to use vimspector to debug vimspector. The idea is that
in Vim you call 'py3 from vimspector.developer import SetUpDebugpy;
SetUpDebugpy()' and then just attach to localhost:5678 using the new
multi-session mode support. Oof.
2020-05-17 19:17:09 +01:00
mergify[bot]
060a9f4597
Merge pull request #166 from puremourning/debugpy-remote 1508
Debugpy remote debugging and install issues
2020-05-17 13:16:03 +00:00
Ben Jackson
90bbbe90f5 Default some cpptools args: 2020-05-17 14:07:56 +01:00
Ben Jackson
c6d6c7f876 Support "multi-session" mode properly
Document remote debugging and add a test
2020-05-17 14:07:56 +01:00
Ben Jackson
36253e58ce Optionally Update gadget config rather than repolace 2020-05-16 22:55:01 +01:00
Ben Jackson
dc3deadb26 Use java 11 2020-05-16 22:55:01 +01:00
Ben Jackson
dd13c7d543 Move directories if they cannot be deleted 2020-05-16 22:55:01 +01:00
mergify[bot]
4946e95d4c
Merge pull request #167 from esetnik/patch-1 1501
Fix incorrect naming of `.viminspector.json`
2020-05-15 15:48:58 +00:00
Ethan Setnik
62c1fe79da
Fix incorrect naming of .viminspector.json
I got tripped up getting started because the documentation incorrectly uses `vimspector.json` and I was getting an error about no debug configurations found.
2020-05-15 11:32:09 -04:00
Ben Jackson
0452329203 Update java debugger plugin 1490 2020-05-13 17:18:57 +01:00
mergify[bot]
4c96655526
Merge pull request #160 from puremourning/basedir 1489
Allow moving the gadget/configuration dirs to arbitrary location
2020-05-12 19:02:05 +00:00
Ben Jackson
ae0ba29d5e
Merge branch 'master' into basedir 2020-05-12 19:48:46 +01:00
mergify[bot]
dd101aedca
Merge pull request #164 from puremourning/threads-fail 1487
Make sure we can still request threads if one threads request fails
2020-05-12 18:40:56 +00:00
Ben Jackson
fd6b353782 Reset the tab test more robustly 2020-05-12 19:39:32 +01:00
Ben Jackson
5837135fee Allow moving the gadget/configuration dirs to arbitrary location 2020-05-12 19:39:32 +01:00
Ben Jackson
c103e2adf5 Make sure we can still request threads if one threads request fails 2020-05-12 19:30:00 +01:00
mergify[bot]
fa0171f464
Merge pull request #162 from eyalk5/patch-1 1478
Update FAQ
2020-05-10 07:21:47 +00:00
eyalk5
ce6ad5d1ca
Update FAQ
Added question about $file
2020-05-10 02:42:02 +03:00
Ben Jackson
2451d56de4 Make tests work in manual container: install delve. This has to be done as the user because go 1471 2020-05-08 13:11:17 +01:00
Ben Jackson
abd8ba7d38 Stabilise some tests 1469 2020-05-08 11:50:38 +01:00