Drew Willey
4a45753a4c
Add detail about potential troubleshooting. Recommend jsdls_extension_path be set in vimrc.
2020-11-27 21:16:51 -07:00
felixfeit
4db4880b6d
Fix typos.
2020-11-26 19:31:46 +01:00
Ben Jackson
4c2b3bd886
Make it clear that the mappings have to be enabled
2020-11-26 12:38:34 +00:00
Ben Jackson
e6500d39d8
Neovim has prompt buffers in nightly
2020-11-26 12:11:23 +00:00
Ben Jackson
979c1e8779
Reshuffle README
2020-11-22 14:35:30 +00:00
Ben Jackson
a9d0ebde0b
Add mapping for Focus, and make focusing a stack frame focus the thread
2020-11-22 14:13:15 +00:00
Ben Jackson
87ce1734ea
Update vscode-go to latest version
2020-11-22 12:31:21 +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
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
mergify[bot]
5ae3d9f336
Merge branch 'master' into codelldb-default
2020-11-09 22:41:50 +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
Emmanuel Thompson
d5b9411256
Add a GetConfigurations function
2020-11-06 12:05:14 -05: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
78bec87f4e
Link to wiki for additional language support
2020-10-14 22:33:04 +01:00
Ayberk Aydın
3d442c978f
Update README.md
...
fix typo
2020-10-02 00:20:50 +03:00
Ben Jackson
b2f41643f4
Add double-click to expand/collapse
2020-09-27 13:14:09 +01: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
853af58124
Update badge and upload logs if tests fail
2020-09-11 15:43:58 +01:00
Ben Jackson
710cffe2da
update docs
2020-09-04 00:48:40 +01:00
Ben Jackson
dffd65f241
Use CursorLine highlihgt to highlight current PC line
2020-09-01 16:31:25 +01:00
Ben Jackson
c1b544fb3c
Allow customisation of the signs
...
Too many plugins use the default priority of 10 so they race/chase.
Allow uses to configure the priorities and make sure that the defaults
are documented.
2020-09-01 13:56:12 +01:00
Ben Jackson
51cc6c4d3a
Add VimspectorToggleLog
2020-08-28 14:32:17 +01:00
Ben Jackson
24193a17ff
Fix minor readme errors
2020-08-23 18:01:46 +01:00
Ben Jackson
3c1ac36e6e
Add some instructions for cutomising the unicode signs
2020-08-23 12:27:03 +01:00
Ben Jackson
8f5b928e4b
Allow a statically configured list of gadgets
...
Useful for storing config in source control
2020-07-23 16:37:03 +01:00
Adelar da Silva Queiróz
8438dd40a1
Spelling correction
...
Just a spelling correction
2020-07-22 19:17:39 -03:00
Ben Jackson
29cb5c914b
Add bang versions of install commands to leave the output open
2020-07-22 22:18:19 +01:00
Ben Jackson
625da3fcbe
Tarballs still require no installation
2020-07-22 14:57:26 +01:00
Ben Jackson
000f7a9232
Prettify the output with some syntax and quiet option
2020-07-22 14:40:23 +01:00
Ben Jackson
4144631d03
Add :VimspectorUpdate
2020-07-22 12:50:44 +01:00
Ben Jackson
8275d2fafb
README updates
2020-07-22 12:40:32 +01:00
Ben Jackson
daf854e3e1
Any charity
2020-07-21 23:26:34 +01:00
Ben Jackson
0c6715e95e
Charityware
2020-07-21 23:24:53 +01:00
Ben Jackson
3726766694
Documentation for the UI customisation
2020-07-18 13:41:22 +01:00
Ben Jackson
82ec19fff9
Update tocs
2020-07-16 08:33:49 +01:00
Ben Jackson
9df680089b
Allow default configuraiton to be specified; document selection
2020-07-16 08:33:49 +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
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
6f3884253c
Windows support for cpptools
2020-06-27 17:28:05 +01:00
jmckiern
f217a1d9ef
Fix typo in README.md
2020-06-06 15:39:25 +01:00
Ben Jackson
46e8e4c56b
Note that Huge build of Vim is required
2020-05-28 21:00:30 +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
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
eyalk5
ce6ad5d1ca
Update FAQ
...
Added question about $file
2020-05-10 02:42:02 +03:00