Commit graph

1,124 commits

Author SHA1 Message Date
Ben Jackson
4d4f85233d Add offset support, sort of 2021-06-09 11:25:38 +01:00
Ben Jackson
58a1c05465 Ask user for how many bytes to read 2021-06-09 11:25:38 +01:00
Ben Jackson
ae6572dde6 Make sure the buffer is not marked modified 2021-06-09 11:25:38 +01:00
Ben Jackson
9745d55919 Add a little header 2021-06-09 11:25:38 +01:00
Ben Jackson
f09cd89384 Make a sort of memory view work by dumping using hexdump.py 2021-06-09 11:25:38 +01:00
Ben Jackson
61a62c5ab5 Update CodeLLDB to support readMemeory 2021-06-09 11:25:38 +01:00
Ben Jackson
ba9cb2f6d3 WIP: First sort-of untested attempt at readmemory request 2021-06-09 11:25:38 +01:00
mergify[bot]
1cbb400d42
Merge pull request #413 from przepompownia/vscode-php-debug-1.16.0 914773351
Upgrade vscode-php-debug to 1.16.0
2021-06-07 12:27:55 +00:00
przepompownia
5ea1f0d9d4 Upgrade vscode-php-debug to 1.16.0 2021-06-07 14:10:44 +02:00
Ben Jackson
a51b8b23c9 Fix traceback if the current frame isn't set 875143922 2021-05-25 14:53:29 +01:00
mergify[bot]
99c0c4f763
Merge pull request #409 from puremourning/dependabot/bundler/docs/nokogiri-1.11.5 860170144
Bump nokogiri from 1.11.3 to 1.11.5 in /docs
2021-05-20 11:10:01 +00:00
dependabot[bot]
daa8865fea
Bump nokogiri from 1.11.3 to 1.11.5 in /docs
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.11.3 to 1.11.5.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.11.3...v1.11.5)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-20 10:56:04 +00:00
mergify[bot]
f4d756fe86
Merge pull request #406 from puremourning/debuginfo 854425685
Add basic VimspectorDebugInfo command
2021-05-18 19:13:33 +00:00
Ben Jackson
d43904eb57 Add basic VimspectorDebugInfo command 2021-05-15 17:55:01 +01:00
Ben Jackson
aacd62f09f Rename AssertMatchist -> AssertMatchList 845130505 2021-05-15 16:06:16 +01:00
Ben Jackson
0e9497ce8f Add cpptools to cpp test proj 2021-05-15 15:55:17 +01:00
mergify[bot]
2708e8e6ec
Merge pull request #398 from przepompownia/php-debug-1.15.1 832859223
Upgrade php-debug to v1.15.1
2021-05-11 19:16:29 +00:00
Ben Jackson
adf6163653
Merge branch 'master' into php-debug-1.15.1 2021-05-11 20:05:48 +01:00
mergify[bot]
0af9d70b0d
Merge pull request #394 from puremourning/highlight-current-frame 832804869
Add cursorline highlight for current frame
2021-05-11 18:56:14 +00:00
Ben Jackson
9113dbb698 stack_trace: Add cursorline highlight and sign for current frame 2021-05-11 19:44:42 +01:00
przepompownia
08679d1c3e Upgrade php-debug to v1.15.1 2021-05-11 00:55:35 +02:00
Ben Jackson
4e04a862cb Add note about existing github issues 807034167 2021-05-03 15:02:50 +01:00
Ben Jackson
a7e8e93920 Allow manual running of locker 806897237 2021-05-03 14:09:56 +01:00
Ben Jackson
2b84439413 Lock closed issues after 60 days 806895296 2021-05-03 14:09:14 +01:00
Ben Jackson
0c88cc8bad Fix traceback when opening popup in neovim with log visible 795488579
* We enter the popup window
* some log data is received, so we update the log buffer and jump to the
  log window to scroll it
* meanwhile, the WinLeave auto command on the popup window fires and
  closes the popup window
* Having scrolled the log window, we try to jump back to the popup
  window, which by now has been closed.

Fixes #390
2021-04-29 10:02:23 +01:00
mergify[bot]
a47d0b921c
Merge pull request #387 from lf-/typos 774147291
Fix some typos in the readme
2021-04-22 12:19:58 +00:00
Jade
026ac22280 Fix some typos in the readme 2021-04-22 03:33:02 -07:00
Ben Jackson
297c0bea56 Ensure linux tests pass on PR 768367736 2021-04-20 20:52:53 +01:00
Ben Jackson
a9a26a5a60
Merge pull request #386 from puremourning/csharp-test 753625446
Add tests for c# using netcoredbg
2021-04-15 23:23:19 +01:00
Ben Jackson
1e25313cb5 Switch to xcode 11 which apparently works with coreclr debugging
https://github.com/dotnet/runtime/issues/42311#issuecomment-700718025
2021-04-15 23:04:31 +01:00
Ben Jackson
bc15c94513 Retire mono debug - never worked and seems abandoned, and vscode-python as it is serious legacy now 2021-04-15 21:39:38 +01:00
Ben Jackson
f389d65a24 Add a test for csharp, run in CI 2021-04-15 21:09:09 +01:00
Ben Jackson
b4195eee93 Upgrade to netcoredbg v1.2.0-782
Also upgrade the test project to LTS 3.1 dotnet framework, as MS is
making it very difficult to get framework 2.2 anymore.

Also remove some object files which apparently were included in the
repo.
2021-04-15 18:02:55 +01:00
Ben Jackson
6ad9101cf2
Add FAQ about json files in each project. 752285967 2021-04-15 15:02:46 +01:00
Ben Jackson
a41db89523 Fix get_configurations test 745505939 2021-04-13 18:01:10 +01:00
Ben Jackson
dd88e051a4 Attempt to recover from broken messages 2021-04-13 17:35:04 +01:00
Ben Jackson
fa92c2a8d5 Add a mode for debugging the extremely flaky netcoredbg 2021-04-11 19:23:47 +01:00
mergify[bot]
6709b45c77
Merge pull request #382 from aqez/master 733732440
Update sha256sum of netcoredbg for macos
2021-04-09 16:45:58 +00:00
Tony Dwire
278fc3cd8c Update sha256sum of netcoredbg 2021-04-09 11:29:17 -05:00
Ben Jackson
13a5a1b947 Fix traceback when +python3 is not availble 733587552 2021-04-09 16:54:49 +01:00
Ben Jackson
7d83419a4f Update docs bundles 727455980 2021-04-07 22:45:58 +01:00
mergify[bot]
7b3016aa90
Merge pull request #381 from aqez/master 726825868
Updated netcoredbg to 1.2.0-761 to enable mac support of async/await
2021-04-07 17:33:27 +00:00
Tony Dwire
d70d51a614 Updated netcoredbg to 1.2.0-761 to enable mac support of async/await 2021-04-07 11:50:26 -05:00
mergify[bot]
caeb6610ed
Merge pull request #379 from puuuuh/master 702399539
Update CodeLLDB
2021-03-30 18:13:03 +00:00
puh
0d9e7835a8 Update CodeLLDB 2021-03-30 00:16:58 +03:00
Ben Jackson
054ea35428 Add a way to test with dlv directly. Currrently not ready for the big time 676493977 2021-03-22 15:13:58 +00:00
Ben Jackson
244d7d8fdf Add the reference material to the vim doc too 676408626 2021-03-22 14:45:21 +00:00
Ben Jackson
35e5b3d56e Add vim doc based on README 671139511
Use the following to recrate the doc:

* clone https://github.com/ycm-core/vim-tools
* create a venv and pip install the requierments
* cd to vimspector dir
* /path/to/vim-tools/html2vimdoc.py -f vimspector README.md > doc/vimspector.txt
2021-03-20 15:56:41 +00:00
Ben Jackson
842d9fbc2d Config for pyright language server 2021-03-20 15:56:41 +00:00
mergify[bot]
6a24a17f2e
Merge pull request #371 from aqez/master 669541475
Update netcoredbg to 1.2.0-738 to support async/await
2021-03-19 23:33:58 +00:00