Ben Jackson
87ce1734ea
Update vscode-go to latest version
2020-11-22 12:31:21 +00:00
mergify[bot]
48e075624a
Merge pull request #301 from puremourning/winbar-neovim
...
Work around neovim WinBar rendering bug
2020-11-19 23:45:01 +00:00
Ben Jackson
b36f9e893a
Work around neovim WinBar rendering bug
2020-11-19 23:29:13 +00:00
mergify[bot]
b7de25e3d1
Merge pull request #296 from puremourning/update-servers
...
366924211
Update servers
2020-11-16 22:09:48 +00:00
Ben Jackson
47c2cef2a1
Use a tag for tclpro to avoid installing every time
2020-11-16 21:17:36 +00:00
Ben Jackson
cd3b5f5baa
Update mono debug; even though it doesn't work
2020-11-16 21:17:22 +00:00
Ben Jackson
5b88837919
Print the correct version for a git tag
366752461
2020-11-16 20:14:39 +00:00
Ben Jackson
888c558aa4
Merge pull request #294 from eduardomezencio/lua-support
...
366696381
Add lua support through local-lua-debugger-vscode
2020-11-16 19:35:13 +00:00
Eduardo Mezêncio
85865e0012
Add regression tests for lua support
...
Change Dockerfile to install lua, luajit and love and also to install
nodejs 12 needed to build the lua debug adapter. Create the
love-headless test in support/test/lua to test love without an x server.
2020-11-16 15:08:55 -03:00
Eduardo Mezêncio
7be6d852c6
Merge branch 'master' into lua-support
2020-11-16 15:04:26 -03:00
mergify[bot]
96a594e4cf
Merge pull request #295 from TamaMcGlinn/master
...
365842065
Fixed typo 'exisitng' in README
2020-11-16 10:49:58 +00:00
Tama
69bb2737d1
Fixed typo 'exisitng' in README
2020-11-16 11:37:12 +01:00
Eduardo Mezêncio
1eb2bc2199
Add lua to README index.
2020-11-14 20:27:27 -03:00
Eduardo Mezêncio
2819e224e7
Add lua support through local-lua-debugger-vscode
...
Add the lua adapter to gadgets.py and installer.py, update the README.md
file and create basic tests using lua, luajit and love.
2020-11-14 19:34:15 -03:00
Ben Jackson
2bdb30a45e
update docs
363145932
2020-11-14 12:34:15 +00:00
mergify[bot]
3f3a001283
Merge pull request #292 from puremourning/codelldb-default
...
Recommend CodeLLDB
2020-11-13 17:02:14 +00:00
mergify[bot]
5ae3d9f336
Merge branch 'master' into codelldb-default
2020-11-09 22:41:50 +00:00
mergify[bot]
30741f8813
Merge pull request #291 from puremourning/netcoredbg-update
...
354840614
Update netcoredbg
2020-11-09 22:33:09 +00:00
Ben Jackson
2225735b80
Recommend CodeLLDB
2020-11-09 22:23:37 +00:00
Ben Jackson
fb86ef924b
Update netcoredbg
2020-11-09 21:57:47 +00:00
mergify[bot]
97bef33660
Merge pull request #289 from sharksforarms/list-configurations
...
Add a GetConfigurations function
2020-11-06 17:32:59 +00:00
Emmanuel Thompson
d5b9411256
Add a GetConfigurations function
2020-11-06 12:05:14 -05:00
mergify[bot]
7b048367f7
Merge pull request #282 from puremourning/run-to-cursor
...
325031798
Run to cursor
2020-10-23 22:10:55 +00:00
Ben Jackson
80985148e7
Add "run to cursor" support
...
We add a 'temporary' option to line breakpionts and try and clear any
temporary breakpionts on the line we end up stopping on. This might not
be art, but _probably_ works in almost all cases that matter.
it's a bit hacky the way we have to push the reason around, but we don't
know where we stopped until we actually get the stack trace response and
SetCurrentFrame
Move temporary breakpionts to match server response
Also delete any existing ones when adding a new one and add tests for
run-to-cursor.
Only continue after we successfully set the breakpoints. This makes it
work in go
2020-10-23 22:53:04 +01:00
Ben Jackson
0d112d70a0
Add SetLineBreakpoint and ClaerLineBreakpoint APIs
...
These are useful for running tests (i.e. ensure there's a breakpiont at
the start of the test) and/or other programmatic usages.
They will also be needed for setting temporary breakpionts.
2020-10-17 22:40:08 +01:00
Ben Jackson
78bec87f4e
Link to wiki for additional language support
307361565
2020-10-14 22:33:04 +01:00
mergify[bot]
c76e20cd9b
Merge pull request #280 from camilo-schoeningh-sociomantic/vscode-go-moved
...
307339159
vscode-go: Update plugin and use new repository address.
2020-10-14 21:18:17 +00:00
Camilo Schoeningh
ea36b60a07
vscode-go: Update version and use new repository.
...
As of June 2020, the vscode-go repository has moved to https://github.com/golang/vscode-go .
2020-10-14 21:21:11 +02:00
Ben Jackson
5057906317
Merge pull request #281 from puremourning/java-cwd
...
306842399
Java: Set cwd by default
2020-10-14 17:02:03 +01:00
Ben Jackson
8d17572538
brew update is failing as some taps have been removed
...
Per https://github.com/Homebrew/homebrew-core/issues/30917 , use brew
update-reset to fix it
2020-10-14 15:50:10 +01:00
Ben Jackson
f3c5944dd2
Java: Set cwd by default
2020-10-14 15:26:54 +01:00
mergify[bot]
1eb9933e2a
Merge pull request #279 from puremourning/breakpoint-event
...
299320249
Fix breakpoint event
2020-10-10 15:29:38 +00:00
Ben Jackson
1b9763a4fc
Minor improvements to console usage
...
Display failures and stop adding random text which makes the (very
useful) CodeLLDB interface look messy
2020-10-10 16:20:55 +01:00
Ben Jackson
16f22b396f
Fix breakpoint event
...
Few problems:
- we were passing a dict instead of a list of breakpoints
- if the breakpoint had a source which was {} we crashed
- we didn't support the 'removed' event
2020-10-10 16:04:46 +01:00
mergify[bot]
f6726de058
Merge pull request #272 from ayberkydn/patch-1
...
283161924
Update README.md
2020-10-01 21:30:12 +00:00
Ayberk Aydın
3d442c978f
Update README.md
...
fix typo
2020-10-02 00:20:50 +03:00
mergify[bot]
692a0d8d39
Merge pull request #268 from puremourning/breakpoints-file-while-debugging
...
275632274
While debugging, use the correct path for breakpoints
2020-09-27 22:12:33 +00:00
Ben Jackson
bd09206caf
While debugging, use the correct path for breakpoints
2020-09-27 22:47:22 +01:00
mergify[bot]
d1bfe18e18
Merge pull request #266 from puremourning/dblclick
...
275132117
Add double-click to expand/collapse
2020-09-27 12:24:15 +00:00
Ben Jackson
b2f41643f4
Add double-click to expand/collapse
2020-09-27 13:14:09 +01:00
mergify[bot]
42b79d8cbd
Merge pull request #264 from puremourning/fidessa-upstream
...
272710633
Launch remote commands in the terminal
2020-09-25 15:57:43 +00:00
Ben Jackson
b34ccd679d
Fix ambiwidth=double again and make sure it doesn't break again
2020-09-25 16:36:19 +01:00
Ben Jackson
069224e28d
Allow defaults for variables with multiple underscore characters
2020-09-25 16:36:19 +01:00
Ben Jackson
6fd4724189
Launch remote commands in a termianl
...
This allows stdin and mans you don't need the output window visible to
see the useful process output when debugging a remote-Launch.
2020-09-25 16:36:19 +01:00
mergify[bot]
6a5c0cf63e
Merge pull request #261 from puremourning/breakpoint-pc-line
...
262675652
Display a different sign when there's a breakpoint on the PC line
2020-09-19 14:30:21 +00:00
Ben Jackson
2ad1a3e502
Display a different sign when there's a breakpoint on the PC line
...
Vim only renders a single sign-per-line. If we have the PC _and_ a
breakpoint, we should make that clear. Do this using a vimspectorPCBP
sign which combines both vimspectorPC and vimspectorBP (sort of).
We can't (unfortuantely) render the breakpoint blob in a different
colour, but it's at least obvious when we toggle on the PC line.
2020-09-19 15:18:05 +01:00
Ben Jackson
26277cefbd
Another flaky test
262491895
2020-09-19 11:36:28 +01:00
Ben Jackson
ce4f341feb
Correct some typos
2020-09-19 11:25:53 +01:00
Ben Jackson
4ed9158282
Accomodate flaky tests that I can't diagnose
262478145
2020-09-19 11:18:40 +01:00
Ben Jackson
9e2526c4a4
Fix logs in the wrong place when runnning tests withotu basedir
2020-09-19 11:18:40 +01:00