Skip to content

Releases: puremourning/vimspector

1100: Merge pull request #103 from axrt/no_ssl

31 Jan 23:32
9485a9f
Compare
Choose a tag to compare

Changes:

  • 9485a9f Merge pull request #103 from axrt/no_ssl
  • 5eb042b Merge branch 'master' into no_ssl
  • 7f3d7a4 Address cl requests in pr-103;
  • 9c18f3e Merge pull request #107 from puremourning/fixups
  • 018ae05 Add 'example' allowing simple command-line attachment
  • 74eb94f Allow PID to be set by variables, e.g. shell
  • 8d4ec3f Supress errors in more appropriate places
  • 309c292 Store variables supplied before parsing adapter/config varibales
  • c1851a3 Merge pull request #104 from adelarsq/patch-2
  • 96a7083 Spell correction
See More
  • bd79452 Add a --no-ssl flag that switches off certificate verification
  • 4e1f142 Merge pull request #102 from puremourning/import-vim
  • ab56d2c Import the vim module
  • b915ada Update issue template a bit more for neovim
  • e26fc6b Merge pull request #99 from puremourning/readme-launch-settings
  • 3d4ce6d Merge branch 'master' into readme-launch-settings
  • d6994c2 Merge pull request #98 from puremourning/lldb-mi
  • 23b3bb7 Document exception breakpints
  • 8253c16 Document LaunchWithSettings [ #97 ]
  • 40bec48 Use my lldb-mi build
  • c6c0144 Merge pull request #91 from puremourning/macos-10.14
  • ea1a56e Update checksums in install_gadget.py
  • 1da905a Upgrade to macOS 10.14
  • 04aaafd Merge pull request #89 from panders23/add-php-debug-adapter
  • da0fc65 Mention xdebug helper extension for php
  • eda6b89 add readme.md entry for php
  • c6e192d add felixfbecker/vscode-php-debug
  • 7903e0e Add screenshot to README
  • 41c5093 Merge pull request #94 from puremourning/customise-signs
  • b8d2b54 Add customisation of signs
  • 9b2710d Update README.me to have languages in TOC
  • 239b538 Merge pull request #93 from puremourning/upgrade-cpptools
  • bd820b2 upgrade cpptools to 0.26.3
  • a524762 Fix link in contrinbuting guide
  • 8a4a8b3 Add contributing.md
  • 9c3813f Add code of conduct
  • ffe5209 Correct template for neovim support
  • 94f1945 Update TOC
  • d69e637 Elaborate neovim deficiencies
  • 9b5960f Fix go language server returning 0 column causing errors in neovim
  • 287286c Add way to install a different java debugger, though it doens't work well
  • 42d4b80 Merge pull request #77 from puremourning/neovim
  • 9e3d723 Update README
  • 4318e56 Merge pull request #77 from puremourning/neovim
  • 5ee8ffc Catch E325 in neovim
  • 6cf4f9f FixUp: Some comments
  • ef4a6fc FixUp: use normal! to avoid user mappings, thanks vint!
  • 7ca51f8 FixUp: Node <10 not node=10
  • 098cd09 Merge branch 'master' into neovim
  • b2b0853 Merge pull request #87 from puremourning/upgrade-bashdb
  • df759ec Upgrade bashdb and add more useful defaults
  • 355f0f0 Implement command line completion for watch/eval
  • 1e8bd38 FixUp: importing ycm test lib changs'
  • 099ffc2 Disable swap files in the neovim buffers too
  • c2b0cc8 Attempt to make the output windows a little less rubbish on neovim
  • 2252a2b Delete the watches and vars buffers when resetting
  • 3b97500 Make sure the buffer is modifiable when updating the console
  • f6eccf1 More: Import latest YCM test framework changes
  • d711d65 FixUp: Brokern StopOver mapping
  • 6ee8f78 Tests: Import test framework changs from YCM
  • 149d48b Scroll the output buffer when visible
  • c898eb4 Fix filtering VimspectorShowOutput
  • a00e6a1 Fix output buffers. bufnr creates an unloaded buffer, so we have to load it
  • 7456c26 Add some :commands for basic usages
  • 04bb03d Add channel support for neovim
  • 29c2699 Add neovim job/terminal APIs
  • 18627b9 Add a way to have multiple vim API layers
  • 5aa33c1 Remove unused ForceRead function
  • ee1bb00 Wrap the terminal API in vimscript layer
  • d1e3b64 Use eval for lists of buffers too
  • dcdab63 Remove use of bindeval() as it is not suported in neovim
  • cb2e08b Merge pull request #85 from tinmarino/merge_check_connection
  • 9be0f43 Feature: Silent Errors if not connected
  • 1277ec6 Merge pull request #84 from puremourning/fid-upstream
  • 9f0beca Flake8 fixes
  • 8a57104 Expand references in non-shell variables too
  • bbaab0e Fix true/false in JSON when setting up adapter
  • 55bb50d line sometiems not supplied; source is optional
  • 8bb7017 Handle failed breakpoint messages
  • d950352 Install vscode java debugger somewhere
  • 2c347c7 Enalbe snippets for json
  • b95fe20 Frame is not reqiured for evaluation
  • 8d7de71 Allow arbitrary ssh args
  • bda1bb0 Merge pull request #80 from tinmarino/merge_ballon
  • 1e15391 Fix: Remove balloon '...' in windows != code_window
  • 12b6c92 Merge pull request #79 from puremourning/fix-install-node
  • 05d3772 Run git commands in the right repo
  • 68c47ed Merge pull request #75 from orlangure/add-reset-info
  • fec355c Merge branch 'master' into add-reset-info
  • abb3c6b Merge pull request #76 from puremourning/readme-deps
  • c8334dc Fix Watches link in readme
  • 0ecc99a Add instruction on how to close the debugger
  • a74b9f2 Make statement about neovim support
  • c8a9983 Remove colon for consistency
  • 144efab Add workaround for broken cpptools on macOS
  • e2738de Update vscode-python
  • 6944cb7 Fix tracebnack when no source in stack frame
  • 415a601 Merge pull request #73 from puremourning/syntax
  • ed6beff Enable syntax highlighting for watches and locals
  • 94b8f0a Update cpptools
  • c02e308 Merge pull request #72 from puremourning/breakpoints-move
  • 74ef72b which -s is mac only
  • 7d04657 Add tests for toggling breakpoint and inserting line
  • 16c3b65 If signs are moved by user actions, use the current lnum of the sign for the breakpoint.
  • 8d025c4 Remove old jekyll config
  • bed68aa Fix up the site
  • ccc966f Fix formatting errors
  • 6791b4b Rename CONFIGURATION.md to configuration.md
  • 28a0261 Set theme jekyll-theme-tactile
  • 105e6d4 Merge pull request #70 from puremourning/working-dir
  • 7297e12 Add schema definition for the config
  • 25b22d2 Allow gadget config to set up default values for launch configuration
  • 0057094 Allow gadget config in .gadgets.d to override the installed config
  • 5586d9e Allow setting exception breakpoints in debug config
  • f173a04 Find the vimspector config from the parent of the open file not the current working directory
  • c420295 Merge pull request #68 from puremourning/source-request
  • 28b6964 Support sourceReferences a...
Read more

1066: Merge pull request #102 from puremourning/import-vim

28 Jan 21:07
4e1f142
Compare
Choose a tag to compare

Changes:

  • 4e1f142 Merge pull request #102 from puremourning/import-vim
  • ab56d2c Import the vim module
  • b915ada Update issue template a bit more for neovim
  • e26fc6b Merge pull request #99 from puremourning/readme-launch-settings
  • 3d4ce6d Merge branch 'master' into readme-launch-settings
  • d6994c2 Merge pull request #98 from puremourning/lldb-mi
  • 23b3bb7 Document exception breakpints
  • 8253c16 Document LaunchWithSettings [ #97 ]
  • 40bec48 Use my lldb-mi build
  • c6c0144 Merge pull request #91 from puremourning/macos-10.14
See More
  • ea1a56e Update checksums in install_gadget.py
  • 1da905a Upgrade to macOS 10.14
  • 04aaafd Merge pull request #89 from panders23/add-php-debug-adapter
  • da0fc65 Mention xdebug helper extension for php
  • eda6b89 add readme.md entry for php
  • c6e192d add felixfbecker/vscode-php-debug
  • 7903e0e Add screenshot to README
  • 41c5093 Merge pull request #94 from puremourning/customise-signs
  • b8d2b54 Add customisation of signs
  • 9b2710d Update README.me to have languages in TOC
  • 239b538 Merge pull request #93 from puremourning/upgrade-cpptools
  • bd820b2 upgrade cpptools to 0.26.3
  • a524762 Fix link in contrinbuting guide
  • 8a4a8b3 Add contributing.md
  • 9c3813f Add code of conduct
  • ffe5209 Correct template for neovim support
  • 94f1945 Update TOC
  • d69e637 Elaborate neovim deficiencies
  • 9b5960f Fix go language server returning 0 column causing errors in neovim
  • 287286c Add way to install a different java debugger, though it doens't work well
  • 42d4b80 Merge pull request #77 from puremourning/neovim
  • 9e3d723 Update README
  • 4318e56 Merge pull request #77 from puremourning/neovim
  • 5ee8ffc Catch E325 in neovim
  • 6cf4f9f FixUp: Some comments
  • ef4a6fc FixUp: use normal! to avoid user mappings, thanks vint!
  • 7ca51f8 FixUp: Node <10 not node=10
  • 098cd09 Merge branch 'master' into neovim
  • b2b0853 Merge pull request #87 from puremourning/upgrade-bashdb
  • df759ec Upgrade bashdb and add more useful defaults
  • 355f0f0 Implement command line completion for watch/eval
  • 1e8bd38 FixUp: importing ycm test lib changs'
  • 099ffc2 Disable swap files in the neovim buffers too
  • c2b0cc8 Attempt to make the output windows a little less rubbish on neovim
  • 2252a2b Delete the watches and vars buffers when resetting
  • 3b97500 Make sure the buffer is modifiable when updating the console
  • f6eccf1 More: Import latest YCM test framework changes
  • d711d65 FixUp: Brokern StopOver mapping
  • 6ee8f78 Tests: Import test framework changs from YCM
  • 149d48b Scroll the output buffer when visible
  • c898eb4 Fix filtering VimspectorShowOutput
  • a00e6a1 Fix output buffers. bufnr creates an unloaded buffer, so we have to load it
  • 7456c26 Add some :commands for basic usages
  • 04bb03d Add channel support for neovim
  • 29c2699 Add neovim job/terminal APIs
  • 18627b9 Add a way to have multiple vim API layers
  • 5aa33c1 Remove unused ForceRead function
  • ee1bb00 Wrap the terminal API in vimscript layer
  • d1e3b64 Use eval for lists of buffers too
  • dcdab63 Remove use of bindeval() as it is not suported in neovim
  • cb2e08b Merge pull request #85 from tinmarino/merge_check_connection
  • 9be0f43 Feature: Silent Errors if not connected
  • 1277ec6 Merge pull request #84 from puremourning/fid-upstream
  • 9f0beca Flake8 fixes
  • 8a57104 Expand references in non-shell variables too
  • bbaab0e Fix true/false in JSON when setting up adapter
  • 55bb50d line sometiems not supplied; source is optional
  • 8bb7017 Handle failed breakpoint messages
  • d950352 Install vscode java debugger somewhere
  • 2c347c7 Enalbe snippets for json
  • b95fe20 Frame is not reqiured for evaluation
  • 8d7de71 Allow arbitrary ssh args
  • bda1bb0 Merge pull request #80 from tinmarino/merge_ballon
  • 1e15391 Fix: Remove balloon '...' in windows != code_window
  • 12b6c92 Merge pull request #79 from puremourning/fix-install-node
  • 05d3772 Run git commands in the right repo
  • 68c47ed Merge pull request #75 from orlangure/add-reset-info
  • fec355c Merge branch 'master' into add-reset-info
  • abb3c6b Merge pull request #76 from puremourning/readme-deps
  • c8334dc Fix Watches link in readme
  • 0ecc99a Add instruction on how to close the debugger
  • a74b9f2 Make statement about neovim support
  • c8a9983 Remove colon for consistency
  • 144efab Add workaround for broken cpptools on macOS
  • e2738de Update vscode-python
  • 6944cb7 Fix tracebnack when no source in stack frame
  • 415a601 Merge pull request #73 from puremourning/syntax
  • ed6beff Enable syntax highlighting for watches and locals
  • 94b8f0a Update cpptools
  • c02e308 Merge pull request #72 from puremourning/breakpoints-move
  • 74ef72b which -s is mac only
  • 7d04657 Add tests for toggling breakpoint and inserting line
  • 16c3b65 If signs are moved by user actions, use the current lnum of the sign for the breakpoint.
  • 8d025c4 Remove old jekyll config
  • bed68aa Fix up the site
  • ccc966f Fix formatting errors
  • 6791b4b Rename CONFIGURATION.md to configuration.md
  • 28a0261 Set theme jekyll-theme-tactile
  • 105e6d4 Merge pull request #70 from puremourning/working-dir
  • 7297e12 Add schema definition for the config
  • 25b22d2 Allow gadget config to set up default values for launch configuration
  • 0057094 Allow gadget config in .gadgets.d to override the installed config
  • 5586d9e Allow setting exception breakpoints in debug config
  • f173a04 Find the vimspector config from the parent of the open file not the current working directory
  • c420295 Merge pull request #68 from puremourning/source-request
  • 28b6964 Support sourceReferences and Source request
  • 64187ad Merge pull request #67 from puremourning/no-file
  • 8ffc018 Merge branch 'master' into no-file
  • 2931f79 Don't crash when no file is open on start
  • c26fe1d Merge pull request #64 from puremourning/python-ptvsd
  • 3c8edd4 Cache the gadgets to make CI maybe work
  • 12df3c5 Allow selecting a specific launch config on LaunchWithSettings
  • 6ad172a Demo of python attach
  • 6e460bd Merge pull request #66 from puremourning/typescript-chrome
  • 1a77b32 Flaky CI seems to fail to download sometimes
  • d29b0eb Fix installation issues
  • cf2ac77 Merge pull request #62 from puremourni...
Read more

1063: Merge pull request #99 from puremourning/readme-launch-settings

28 Jan 09:11
e26fc6b
Compare
Choose a tag to compare

Changes:

  • e26fc6b Merge pull request #99 from puremourning/readme-launch-settings
  • 3d4ce6d Merge branch 'master' into readme-launch-settings
  • d6994c2 Merge pull request #98 from puremourning/lldb-mi
  • 23b3bb7 Document exception breakpints
  • 8253c16 Document LaunchWithSettings [ #97 ]
  • 40bec48 Use my lldb-mi build
  • c6c0144 Merge pull request #91 from puremourning/macos-10.14
  • ea1a56e Update checksums in install_gadget.py
  • 1da905a Upgrade to macOS 10.14
  • 04aaafd Merge pull request #89 from panders23/add-php-debug-adapter
See More
  • da0fc65 Mention xdebug helper extension for php
  • eda6b89 add readme.md entry for php
  • c6e192d add felixfbecker/vscode-php-debug
  • 7903e0e Add screenshot to README
  • 41c5093 Merge pull request #94 from puremourning/customise-signs
  • b8d2b54 Add customisation of signs
  • 9b2710d Update README.me to have languages in TOC
  • 239b538 Merge pull request #93 from puremourning/upgrade-cpptools
  • bd820b2 upgrade cpptools to 0.26.3
  • a524762 Fix link in contrinbuting guide
  • 8a4a8b3 Add contributing.md
  • 9c3813f Add code of conduct
  • ffe5209 Correct template for neovim support
  • 94f1945 Update TOC
  • d69e637 Elaborate neovim deficiencies
  • 9b5960f Fix go language server returning 0 column causing errors in neovim
  • 287286c Add way to install a different java debugger, though it doens't work well
  • 42d4b80 Merge pull request #77 from puremourning/neovim
  • 9e3d723 Update README
  • 4318e56 Merge pull request #77 from puremourning/neovim
  • 5ee8ffc Catch E325 in neovim
  • 6cf4f9f FixUp: Some comments
  • ef4a6fc FixUp: use normal! to avoid user mappings, thanks vint!
  • 7ca51f8 FixUp: Node <10 not node=10
  • 098cd09 Merge branch 'master' into neovim
  • b2b0853 Merge pull request #87 from puremourning/upgrade-bashdb
  • df759ec Upgrade bashdb and add more useful defaults
  • 355f0f0 Implement command line completion for watch/eval
  • 1e8bd38 FixUp: importing ycm test lib changs'
  • 099ffc2 Disable swap files in the neovim buffers too
  • c2b0cc8 Attempt to make the output windows a little less rubbish on neovim
  • 2252a2b Delete the watches and vars buffers when resetting
  • 3b97500 Make sure the buffer is modifiable when updating the console
  • f6eccf1 More: Import latest YCM test framework changes
  • d711d65 FixUp: Brokern StopOver mapping
  • 6ee8f78 Tests: Import test framework changs from YCM
  • 149d48b Scroll the output buffer when visible
  • c898eb4 Fix filtering VimspectorShowOutput
  • a00e6a1 Fix output buffers. bufnr creates an unloaded buffer, so we have to load it
  • 7456c26 Add some :commands for basic usages
  • 04bb03d Add channel support for neovim
  • 29c2699 Add neovim job/terminal APIs
  • 18627b9 Add a way to have multiple vim API layers
  • 5aa33c1 Remove unused ForceRead function
  • ee1bb00 Wrap the terminal API in vimscript layer
  • d1e3b64 Use eval for lists of buffers too
  • dcdab63 Remove use of bindeval() as it is not suported in neovim
  • cb2e08b Merge pull request #85 from tinmarino/merge_check_connection
  • 9be0f43 Feature: Silent Errors if not connected
  • 1277ec6 Merge pull request #84 from puremourning/fid-upstream
  • 9f0beca Flake8 fixes
  • 8a57104 Expand references in non-shell variables too
  • bbaab0e Fix true/false in JSON when setting up adapter
  • 55bb50d line sometiems not supplied; source is optional
  • 8bb7017 Handle failed breakpoint messages
  • d950352 Install vscode java debugger somewhere
  • 2c347c7 Enalbe snippets for json
  • b95fe20 Frame is not reqiured for evaluation
  • 8d7de71 Allow arbitrary ssh args
  • bda1bb0 Merge pull request #80 from tinmarino/merge_ballon
  • 1e15391 Fix: Remove balloon '...' in windows != code_window
  • 12b6c92 Merge pull request #79 from puremourning/fix-install-node
  • 05d3772 Run git commands in the right repo
  • 68c47ed Merge pull request #75 from orlangure/add-reset-info
  • fec355c Merge branch 'master' into add-reset-info
  • abb3c6b Merge pull request #76 from puremourning/readme-deps
  • c8334dc Fix Watches link in readme
  • 0ecc99a Add instruction on how to close the debugger
  • a74b9f2 Make statement about neovim support
  • c8a9983 Remove colon for consistency
  • 144efab Add workaround for broken cpptools on macOS
  • e2738de Update vscode-python
  • 6944cb7 Fix tracebnack when no source in stack frame
  • 415a601 Merge pull request #73 from puremourning/syntax
  • ed6beff Enable syntax highlighting for watches and locals
  • 94b8f0a Update cpptools
  • c02e308 Merge pull request #72 from puremourning/breakpoints-move
  • 74ef72b which -s is mac only
  • 7d04657 Add tests for toggling breakpoint and inserting line
  • 16c3b65 If signs are moved by user actions, use the current lnum of the sign for the breakpoint.
  • 8d025c4 Remove old jekyll config
  • bed68aa Fix up the site
  • ccc966f Fix formatting errors
  • 6791b4b Rename CONFIGURATION.md to configuration.md
  • 28a0261 Set theme jekyll-theme-tactile
  • 105e6d4 Merge pull request #70 from puremourning/working-dir
  • 7297e12 Add schema definition for the config
  • 25b22d2 Allow gadget config to set up default values for launch configuration
  • 0057094 Allow gadget config in .gadgets.d to override the installed config
  • 5586d9e Allow setting exception breakpoints in debug config
  • f173a04 Find the vimspector config from the parent of the open file not the current working directory
  • c420295 Merge pull request #68 from puremourning/source-request
  • 28b6964 Support sourceReferences and Source request
  • 64187ad Merge pull request #67 from puremourning/no-file
  • 8ffc018 Merge branch 'master' into no-file
  • 2931f79 Don't crash when no file is open on start
  • c26fe1d Merge pull request #64 from puremourning/python-ptvsd
  • 3c8edd4 Cache the gadgets to make CI maybe work
  • 12df3c5 Allow selecting a specific launch config on LaunchWithSettings
  • 6ad172a Demo of python attach
  • 6e460bd Merge pull request #66 from puremourning/typescript-chrome
  • 1a77b32 Flaky CI seems to fail to download sometimes
  • d29b0eb Fix installation issues
  • cf2ac77 Merge pull request #62 from puremourning/python-ptvsd
  • 2883364 Allow installing literally all the completer
  • a04dfcb Update vscode-python and document the startup sequence, which is clearly broken in vscode-python
  • ...
Read more

1060: Merge pull request #98 from puremourning/lldb-mi

28 Jan 09:07
d6994c2
Compare
Choose a tag to compare

Changes:

  • d6994c2 Merge pull request #98 from puremourning/lldb-mi
  • 40bec48 Use my lldb-mi build
  • c6c0144 Merge pull request #91 from puremourning/macos-10.14
  • ea1a56e Update checksums in install_gadget.py
  • 1da905a Upgrade to macOS 10.14
  • 04aaafd Merge pull request #89 from panders23/add-php-debug-adapter
  • da0fc65 Mention xdebug helper extension for php
  • eda6b89 add readme.md entry for php
  • c6e192d add felixfbecker/vscode-php-debug
  • 7903e0e Add screenshot to README
See More
  • 41c5093 Merge pull request #94 from puremourning/customise-signs
  • b8d2b54 Add customisation of signs
  • 9b2710d Update README.me to have languages in TOC
  • 239b538 Merge pull request #93 from puremourning/upgrade-cpptools
  • bd820b2 upgrade cpptools to 0.26.3
  • a524762 Fix link in contrinbuting guide
  • 8a4a8b3 Add contributing.md
  • 9c3813f Add code of conduct
  • ffe5209 Correct template for neovim support
  • 94f1945 Update TOC
  • d69e637 Elaborate neovim deficiencies
  • 9b5960f Fix go language server returning 0 column causing errors in neovim
  • 287286c Add way to install a different java debugger, though it doens't work well
  • 42d4b80 Merge pull request #77 from puremourning/neovim
  • 9e3d723 Update README
  • 4318e56 Merge pull request #77 from puremourning/neovim
  • 5ee8ffc Catch E325 in neovim
  • 6cf4f9f FixUp: Some comments
  • ef4a6fc FixUp: use normal! to avoid user mappings, thanks vint!
  • 7ca51f8 FixUp: Node <10 not node=10
  • 098cd09 Merge branch 'master' into neovim
  • b2b0853 Merge pull request #87 from puremourning/upgrade-bashdb
  • df759ec Upgrade bashdb and add more useful defaults
  • 355f0f0 Implement command line completion for watch/eval
  • 1e8bd38 FixUp: importing ycm test lib changs'
  • 099ffc2 Disable swap files in the neovim buffers too
  • c2b0cc8 Attempt to make the output windows a little less rubbish on neovim
  • 2252a2b Delete the watches and vars buffers when resetting
  • 3b97500 Make sure the buffer is modifiable when updating the console
  • f6eccf1 More: Import latest YCM test framework changes
  • d711d65 FixUp: Brokern StopOver mapping
  • 6ee8f78 Tests: Import test framework changs from YCM
  • 149d48b Scroll the output buffer when visible
  • c898eb4 Fix filtering VimspectorShowOutput
  • a00e6a1 Fix output buffers. bufnr creates an unloaded buffer, so we have to load it
  • 7456c26 Add some :commands for basic usages
  • 04bb03d Add channel support for neovim
  • 29c2699 Add neovim job/terminal APIs
  • 18627b9 Add a way to have multiple vim API layers
  • 5aa33c1 Remove unused ForceRead function
  • ee1bb00 Wrap the terminal API in vimscript layer
  • d1e3b64 Use eval for lists of buffers too
  • dcdab63 Remove use of bindeval() as it is not suported in neovim
  • cb2e08b Merge pull request #85 from tinmarino/merge_check_connection
  • 9be0f43 Feature: Silent Errors if not connected
  • 1277ec6 Merge pull request #84 from puremourning/fid-upstream
  • 9f0beca Flake8 fixes
  • 8a57104 Expand references in non-shell variables too
  • bbaab0e Fix true/false in JSON when setting up adapter
  • 55bb50d line sometiems not supplied; source is optional
  • 8bb7017 Handle failed breakpoint messages
  • d950352 Install vscode java debugger somewhere
  • 2c347c7 Enalbe snippets for json
  • b95fe20 Frame is not reqiured for evaluation
  • 8d7de71 Allow arbitrary ssh args
  • bda1bb0 Merge pull request #80 from tinmarino/merge_ballon
  • 1e15391 Fix: Remove balloon '...' in windows != code_window
  • 12b6c92 Merge pull request #79 from puremourning/fix-install-node
  • 05d3772 Run git commands in the right repo
  • 68c47ed Merge pull request #75 from orlangure/add-reset-info
  • fec355c Merge branch 'master' into add-reset-info
  • abb3c6b Merge pull request #76 from puremourning/readme-deps
  • c8334dc Fix Watches link in readme
  • 0ecc99a Add instruction on how to close the debugger
  • a74b9f2 Make statement about neovim support
  • c8a9983 Remove colon for consistency
  • 144efab Add workaround for broken cpptools on macOS
  • e2738de Update vscode-python
  • 6944cb7 Fix tracebnack when no source in stack frame
  • 415a601 Merge pull request #73 from puremourning/syntax
  • ed6beff Enable syntax highlighting for watches and locals
  • 94b8f0a Update cpptools
  • c02e308 Merge pull request #72 from puremourning/breakpoints-move
  • 74ef72b which -s is mac only
  • 7d04657 Add tests for toggling breakpoint and inserting line
  • 16c3b65 If signs are moved by user actions, use the current lnum of the sign for the breakpoint.
  • 8d025c4 Remove old jekyll config
  • bed68aa Fix up the site
  • ccc966f Fix formatting errors
  • 6791b4b Rename CONFIGURATION.md to configuration.md
  • 28a0261 Set theme jekyll-theme-tactile
  • 105e6d4 Merge pull request #70 from puremourning/working-dir
  • 7297e12 Add schema definition for the config
  • 25b22d2 Allow gadget config to set up default values for launch configuration
  • 0057094 Allow gadget config in .gadgets.d to override the installed config
  • 5586d9e Allow setting exception breakpoints in debug config
  • f173a04 Find the vimspector config from the parent of the open file not the current working directory
  • c420295 Merge pull request #68 from puremourning/source-request
  • 28b6964 Support sourceReferences and Source request
  • 64187ad Merge pull request #67 from puremourning/no-file
  • 8ffc018 Merge branch 'master' into no-file
  • 2931f79 Don't crash when no file is open on start
  • c26fe1d Merge pull request #64 from puremourning/python-ptvsd
  • 3c8edd4 Cache the gadgets to make CI maybe work
  • 12df3c5 Allow selecting a specific launch config on LaunchWithSettings
  • 6ad172a Demo of python attach
  • 6e460bd Merge pull request #66 from puremourning/typescript-chrome
  • 1a77b32 Flaky CI seems to fail to download sometimes
  • d29b0eb Fix installation issues
  • cf2ac77 Merge pull request #62 from puremourning/python-ptvsd
  • 2883364 Allow installing literally all the completer
  • a04dfcb Update vscode-python and document the startup sequence, which is clearly broken in vscode-python
  • 82e3514 Wait for up to 10s to attach to socket
  • 0e76340 Fix some help typos
  • e9ca4a7 Merge pull request #60 from puremourning/chrome
  • 63f8543 The chrome debugger doesn't return 'line' in some stack frames. Fix a bug f...
Read more

1044: Merge pull request #91 from puremourning/macos-10.14

27 Jan 21:53
c6c0144
Compare
Choose a tag to compare

Changes:

  • c6c0144 Merge pull request #91 from puremourning/macos-10.14
  • ea1a56e Update checksums in install_gadget.py
  • 1da905a Upgrade to macOS 10.14
  • 04aaafd Merge pull request #89 from panders23/add-php-debug-adapter
  • da0fc65 Mention xdebug helper extension for php
  • eda6b89 add readme.md entry for php
  • c6e192d add felixfbecker/vscode-php-debug
  • 7903e0e Add screenshot to README
  • 41c5093 Merge pull request #94 from puremourning/customise-signs
  • b8d2b54 Add customisation of signs
See More
  • 9b2710d Update README.me to have languages in TOC
  • 239b538 Merge pull request #93 from puremourning/upgrade-cpptools
  • bd820b2 upgrade cpptools to 0.26.3
  • a524762 Fix link in contrinbuting guide
  • 8a4a8b3 Add contributing.md
  • 9c3813f Add code of conduct
  • ffe5209 Correct template for neovim support
  • 94f1945 Update TOC
  • d69e637 Elaborate neovim deficiencies
  • 9b5960f Fix go language server returning 0 column causing errors in neovim
  • 287286c Add way to install a different java debugger, though it doens't work well
  • 42d4b80 Merge pull request #77 from puremourning/neovim
  • 9e3d723 Update README
  • 4318e56 Merge pull request #77 from puremourning/neovim
  • 5ee8ffc Catch E325 in neovim
  • 6cf4f9f FixUp: Some comments
  • ef4a6fc FixUp: use normal! to avoid user mappings, thanks vint!
  • 7ca51f8 FixUp: Node <10 not node=10
  • 098cd09 Merge branch 'master' into neovim
  • b2b0853 Merge pull request #87 from puremourning/upgrade-bashdb
  • df759ec Upgrade bashdb and add more useful defaults
  • 355f0f0 Implement command line completion for watch/eval
  • 1e8bd38 FixUp: importing ycm test lib changs'
  • 099ffc2 Disable swap files in the neovim buffers too
  • c2b0cc8 Attempt to make the output windows a little less rubbish on neovim
  • 2252a2b Delete the watches and vars buffers when resetting
  • 3b97500 Make sure the buffer is modifiable when updating the console
  • f6eccf1 More: Import latest YCM test framework changes
  • d711d65 FixUp: Brokern StopOver mapping
  • 6ee8f78 Tests: Import test framework changs from YCM
  • 149d48b Scroll the output buffer when visible
  • c898eb4 Fix filtering VimspectorShowOutput
  • a00e6a1 Fix output buffers. bufnr creates an unloaded buffer, so we have to load it
  • 7456c26 Add some :commands for basic usages
  • 04bb03d Add channel support for neovim
  • 29c2699 Add neovim job/terminal APIs
  • 18627b9 Add a way to have multiple vim API layers
  • 5aa33c1 Remove unused ForceRead function
  • ee1bb00 Wrap the terminal API in vimscript layer
  • d1e3b64 Use eval for lists of buffers too
  • dcdab63 Remove use of bindeval() as it is not suported in neovim
  • cb2e08b Merge pull request #85 from tinmarino/merge_check_connection
  • 9be0f43 Feature: Silent Errors if not connected
  • 1277ec6 Merge pull request #84 from puremourning/fid-upstream
  • 9f0beca Flake8 fixes
  • 8a57104 Expand references in non-shell variables too
  • bbaab0e Fix true/false in JSON when setting up adapter
  • 55bb50d line sometiems not supplied; source is optional
  • 8bb7017 Handle failed breakpoint messages
  • d950352 Install vscode java debugger somewhere
  • 2c347c7 Enalbe snippets for json
  • b95fe20 Frame is not reqiured for evaluation
  • 8d7de71 Allow arbitrary ssh args
  • bda1bb0 Merge pull request #80 from tinmarino/merge_ballon
  • 1e15391 Fix: Remove balloon '...' in windows != code_window
  • 12b6c92 Merge pull request #79 from puremourning/fix-install-node
  • 05d3772 Run git commands in the right repo
  • 68c47ed Merge pull request #75 from orlangure/add-reset-info
  • fec355c Merge branch 'master' into add-reset-info
  • abb3c6b Merge pull request #76 from puremourning/readme-deps
  • c8334dc Fix Watches link in readme
  • 0ecc99a Add instruction on how to close the debugger
  • a74b9f2 Make statement about neovim support
  • c8a9983 Remove colon for consistency
  • 144efab Add workaround for broken cpptools on macOS
  • e2738de Update vscode-python
  • 6944cb7 Fix tracebnack when no source in stack frame
  • 415a601 Merge pull request #73 from puremourning/syntax
  • ed6beff Enable syntax highlighting for watches and locals
  • 94b8f0a Update cpptools
  • c02e308 Merge pull request #72 from puremourning/breakpoints-move
  • 74ef72b which -s is mac only
  • 7d04657 Add tests for toggling breakpoint and inserting line
  • 16c3b65 If signs are moved by user actions, use the current lnum of the sign for the breakpoint.
  • 8d025c4 Remove old jekyll config
  • bed68aa Fix up the site
  • ccc966f Fix formatting errors
  • 6791b4b Rename CONFIGURATION.md to configuration.md
  • 28a0261 Set theme jekyll-theme-tactile
  • 105e6d4 Merge pull request #70 from puremourning/working-dir
  • 7297e12 Add schema definition for the config
  • 25b22d2 Allow gadget config to set up default values for launch configuration
  • 0057094 Allow gadget config in .gadgets.d to override the installed config
  • 5586d9e Allow setting exception breakpoints in debug config
  • f173a04 Find the vimspector config from the parent of the open file not the current working directory
  • c420295 Merge pull request #68 from puremourning/source-request
  • 28b6964 Support sourceReferences and Source request
  • 64187ad Merge pull request #67 from puremourning/no-file
  • 8ffc018 Merge branch 'master' into no-file
  • 2931f79 Don't crash when no file is open on start
  • c26fe1d Merge pull request #64 from puremourning/python-ptvsd
  • 3c8edd4 Cache the gadgets to make CI maybe work
  • 12df3c5 Allow selecting a specific launch config on LaunchWithSettings
  • 6ad172a Demo of python attach
  • 6e460bd Merge pull request #66 from puremourning/typescript-chrome
  • 1a77b32 Flaky CI seems to fail to download sometimes
  • d29b0eb Fix installation issues
  • cf2ac77 Merge pull request #62 from puremourning/python-ptvsd
  • 2883364 Allow installing literally all the completer
  • a04dfcb Update vscode-python and document the startup sequence, which is clearly broken in vscode-python
  • 82e3514 Wait for up to 10s to attach to socket
  • 0e76340 Fix some help typos
  • e9ca4a7 Merge pull request #60 from puremourning/chrome
  • 63f8543 The chrome debugger doesn't return 'line' in some stack frames. Fix a bug for expensive scopes
  • 52b0ee9 chrome debugger
  • ef675e0 Merge pull request #59 from puremo...
Read more

1036: Merge pull request #89 from panders23/add-php-debug-adapter

27 Jan 20:06
04aaafd
Compare
Choose a tag to compare

Changes:

  • 04aaafd Merge pull request #89 from panders23/add-php-debug-adapter
  • da0fc65 Mention xdebug helper extension for php
  • eda6b89 add readme.md entry for php
  • c6e192d add felixfbecker/vscode-php-debug
  • 7903e0e Add screenshot to README
  • 41c5093 Merge pull request #94 from puremourning/customise-signs
  • b8d2b54 Add customisation of signs
  • 9b2710d Update README.me to have languages in TOC
  • 239b538 Merge pull request #93 from puremourning/upgrade-cpptools
  • bd820b2 upgrade cpptools to 0.26.3
See More
  • a524762 Fix link in contrinbuting guide
  • 8a4a8b3 Add contributing.md
  • 9c3813f Add code of conduct
  • ffe5209 Correct template for neovim support
  • 94f1945 Update TOC
  • d69e637 Elaborate neovim deficiencies
  • 9b5960f Fix go language server returning 0 column causing errors in neovim
  • 287286c Add way to install a different java debugger, though it doens't work well
  • 42d4b80 Merge pull request #77 from puremourning/neovim
  • 9e3d723 Update README
  • 4318e56 Merge pull request #77 from puremourning/neovim
  • 5ee8ffc Catch E325 in neovim
  • 6cf4f9f FixUp: Some comments
  • ef4a6fc FixUp: use normal! to avoid user mappings, thanks vint!
  • 7ca51f8 FixUp: Node <10 not node=10
  • 098cd09 Merge branch 'master' into neovim
  • b2b0853 Merge pull request #87 from puremourning/upgrade-bashdb
  • df759ec Upgrade bashdb and add more useful defaults
  • 355f0f0 Implement command line completion for watch/eval
  • 1e8bd38 FixUp: importing ycm test lib changs'
  • 099ffc2 Disable swap files in the neovim buffers too
  • c2b0cc8 Attempt to make the output windows a little less rubbish on neovim
  • 2252a2b Delete the watches and vars buffers when resetting
  • 3b97500 Make sure the buffer is modifiable when updating the console
  • f6eccf1 More: Import latest YCM test framework changes
  • d711d65 FixUp: Brokern StopOver mapping
  • 6ee8f78 Tests: Import test framework changs from YCM
  • 149d48b Scroll the output buffer when visible
  • c898eb4 Fix filtering VimspectorShowOutput
  • a00e6a1 Fix output buffers. bufnr creates an unloaded buffer, so we have to load it
  • 7456c26 Add some :commands for basic usages
  • 04bb03d Add channel support for neovim
  • 29c2699 Add neovim job/terminal APIs
  • 18627b9 Add a way to have multiple vim API layers
  • 5aa33c1 Remove unused ForceRead function
  • ee1bb00 Wrap the terminal API in vimscript layer
  • d1e3b64 Use eval for lists of buffers too
  • dcdab63 Remove use of bindeval() as it is not suported in neovim
  • cb2e08b Merge pull request #85 from tinmarino/merge_check_connection
  • 9be0f43 Feature: Silent Errors if not connected
  • 1277ec6 Merge pull request #84 from puremourning/fid-upstream
  • 9f0beca Flake8 fixes
  • 8a57104 Expand references in non-shell variables too
  • bbaab0e Fix true/false in JSON when setting up adapter
  • 55bb50d line sometiems not supplied; source is optional
  • 8bb7017 Handle failed breakpoint messages
  • d950352 Install vscode java debugger somewhere
  • 2c347c7 Enalbe snippets for json
  • b95fe20 Frame is not reqiured for evaluation
  • 8d7de71 Allow arbitrary ssh args
  • bda1bb0 Merge pull request #80 from tinmarino/merge_ballon
  • 1e15391 Fix: Remove balloon '...' in windows != code_window
  • 12b6c92 Merge pull request #79 from puremourning/fix-install-node
  • 05d3772 Run git commands in the right repo
  • 68c47ed Merge pull request #75 from orlangure/add-reset-info
  • fec355c Merge branch 'master' into add-reset-info
  • abb3c6b Merge pull request #76 from puremourning/readme-deps
  • c8334dc Fix Watches link in readme
  • 0ecc99a Add instruction on how to close the debugger
  • a74b9f2 Make statement about neovim support
  • c8a9983 Remove colon for consistency
  • 144efab Add workaround for broken cpptools on macOS
  • e2738de Update vscode-python
  • 6944cb7 Fix tracebnack when no source in stack frame
  • 415a601 Merge pull request #73 from puremourning/syntax
  • ed6beff Enable syntax highlighting for watches and locals
  • 94b8f0a Update cpptools
  • c02e308 Merge pull request #72 from puremourning/breakpoints-move
  • 74ef72b which -s is mac only
  • 7d04657 Add tests for toggling breakpoint and inserting line
  • 16c3b65 If signs are moved by user actions, use the current lnum of the sign for the breakpoint.
  • 8d025c4 Remove old jekyll config
  • bed68aa Fix up the site
  • ccc966f Fix formatting errors
  • 6791b4b Rename CONFIGURATION.md to configuration.md
  • 28a0261 Set theme jekyll-theme-tactile
  • 105e6d4 Merge pull request #70 from puremourning/working-dir
  • 7297e12 Add schema definition for the config
  • 25b22d2 Allow gadget config to set up default values for launch configuration
  • 0057094 Allow gadget config in .gadgets.d to override the installed config
  • 5586d9e Allow setting exception breakpoints in debug config
  • f173a04 Find the vimspector config from the parent of the open file not the current working directory
  • c420295 Merge pull request #68 from puremourning/source-request
  • 28b6964 Support sourceReferences and Source request
  • 64187ad Merge pull request #67 from puremourning/no-file
  • 8ffc018 Merge branch 'master' into no-file
  • 2931f79 Don't crash when no file is open on start
  • c26fe1d Merge pull request #64 from puremourning/python-ptvsd
  • 3c8edd4 Cache the gadgets to make CI maybe work
  • 12df3c5 Allow selecting a specific launch config on LaunchWithSettings
  • 6ad172a Demo of python attach
  • 6e460bd Merge pull request #66 from puremourning/typescript-chrome
  • 1a77b32 Flaky CI seems to fail to download sometimes
  • d29b0eb Fix installation issues
  • cf2ac77 Merge pull request #62 from puremourning/python-ptvsd
  • 2883364 Allow installing literally all the completer
  • a04dfcb Update vscode-python and document the startup sequence, which is clearly broken in vscode-python
  • 82e3514 Wait for up to 10s to attach to socket
  • 0e76340 Fix some help typos
  • e9ca4a7 Merge pull request #60 from puremourning/chrome
  • 63f8543 The chrome debugger doesn't return 'line' in some stack frames. Fix a bug for expensive scopes
  • 52b0ee9 chrome debugger
  • ef675e0 Merge pull request #59 from puremourning/node
  • 0b0388d Simple tests for node debugger
  • 968a443 Merge pull request #58 from puremourning/remember-choices
  • b64946e Remember user...
Read more

1032

26 Jan 23:27
7903e0e
Compare
Choose a tag to compare
1032 Pre-release
Pre-release

Changes:

  • 7903e0e Add screenshot to README
  • 41c5093 Merge pull request #94 from puremourning/customise-signs
  • b8d2b54 Add customisation of signs
  • 9b2710d Update README.me to have languages in TOC
  • 239b538 Merge pull request #93 from puremourning/upgrade-cpptools
  • bd820b2 upgrade cpptools to 0.26.3
  • a524762 Fix link in contrinbuting guide
  • 8a4a8b3 Add contributing.md
  • 9c3813f Add code of conduct
  • ffe5209 Correct template for neovim support
See More
  • 94f1945 Update TOC
  • d69e637 Elaborate neovim deficiencies
  • 9b5960f Fix go language server returning 0 column causing errors in neovim
  • 287286c Add way to install a different java debugger, though it doens't work well
  • 42d4b80 Merge pull request #77 from puremourning/neovim
  • 9e3d723 Update README
  • 4318e56 Merge pull request #77 from puremourning/neovim
  • 5ee8ffc Catch E325 in neovim
  • 6cf4f9f FixUp: Some comments
  • ef4a6fc FixUp: use normal! to avoid user mappings, thanks vint!
  • 7ca51f8 FixUp: Node <10 not node=10
  • 098cd09 Merge branch 'master' into neovim
  • b2b0853 Merge pull request #87 from puremourning/upgrade-bashdb
  • df759ec Upgrade bashdb and add more useful defaults
  • 355f0f0 Implement command line completion for watch/eval
  • 1e8bd38 FixUp: importing ycm test lib changs'
  • 099ffc2 Disable swap files in the neovim buffers too
  • c2b0cc8 Attempt to make the output windows a little less rubbish on neovim
  • 2252a2b Delete the watches and vars buffers when resetting
  • 3b97500 Make sure the buffer is modifiable when updating the console
  • f6eccf1 More: Import latest YCM test framework changes
  • d711d65 FixUp: Brokern StopOver mapping
  • 6ee8f78 Tests: Import test framework changs from YCM
  • 149d48b Scroll the output buffer when visible
  • c898eb4 Fix filtering VimspectorShowOutput
  • a00e6a1 Fix output buffers. bufnr creates an unloaded buffer, so we have to load it
  • 7456c26 Add some :commands for basic usages
  • 04bb03d Add channel support for neovim
  • 29c2699 Add neovim job/terminal APIs
  • 18627b9 Add a way to have multiple vim API layers
  • 5aa33c1 Remove unused ForceRead function
  • ee1bb00 Wrap the terminal API in vimscript layer
  • d1e3b64 Use eval for lists of buffers too
  • dcdab63 Remove use of bindeval() as it is not suported in neovim
  • cb2e08b Merge pull request #85 from tinmarino/merge_check_connection
  • 9be0f43 Feature: Silent Errors if not connected
  • 1277ec6 Merge pull request #84 from puremourning/fid-upstream
  • 9f0beca Flake8 fixes
  • 8a57104 Expand references in non-shell variables too
  • bbaab0e Fix true/false in JSON when setting up adapter
  • 55bb50d line sometiems not supplied; source is optional
  • 8bb7017 Handle failed breakpoint messages
  • d950352 Install vscode java debugger somewhere
  • 2c347c7 Enalbe snippets for json
  • b95fe20 Frame is not reqiured for evaluation
  • 8d7de71 Allow arbitrary ssh args
  • bda1bb0 Merge pull request #80 from tinmarino/merge_ballon
  • 1e15391 Fix: Remove balloon '...' in windows != code_window
  • 12b6c92 Merge pull request #79 from puremourning/fix-install-node
  • 05d3772 Run git commands in the right repo
  • 68c47ed Merge pull request #75 from orlangure/add-reset-info
  • fec355c Merge branch 'master' into add-reset-info
  • abb3c6b Merge pull request #76 from puremourning/readme-deps
  • c8334dc Fix Watches link in readme
  • 0ecc99a Add instruction on how to close the debugger
  • a74b9f2 Make statement about neovim support
  • c8a9983 Remove colon for consistency
  • 144efab Add workaround for broken cpptools on macOS
  • e2738de Update vscode-python
  • 6944cb7 Fix tracebnack when no source in stack frame
  • 415a601 Merge pull request #73 from puremourning/syntax
  • ed6beff Enable syntax highlighting for watches and locals
  • 94b8f0a Update cpptools
  • c02e308 Merge pull request #72 from puremourning/breakpoints-move
  • 74ef72b which -s is mac only
  • 7d04657 Add tests for toggling breakpoint and inserting line
  • 16c3b65 If signs are moved by user actions, use the current lnum of the sign for the breakpoint.
  • 8d025c4 Remove old jekyll config
  • bed68aa Fix up the site
  • ccc966f Fix formatting errors
  • 6791b4b Rename CONFIGURATION.md to configuration.md
  • 28a0261 Set theme jekyll-theme-tactile
  • 105e6d4 Merge pull request #70 from puremourning/working-dir
  • 7297e12 Add schema definition for the config
  • 25b22d2 Allow gadget config to set up default values for launch configuration
  • 0057094 Allow gadget config in .gadgets.d to override the installed config
  • 5586d9e Allow setting exception breakpoints in debug config
  • f173a04 Find the vimspector config from the parent of the open file not the current working directory
  • c420295 Merge pull request #68 from puremourning/source-request
  • 28b6964 Support sourceReferences and Source request
  • 64187ad Merge pull request #67 from puremourning/no-file
  • 8ffc018 Merge branch 'master' into no-file
  • 2931f79 Don't crash when no file is open on start
  • c26fe1d Merge pull request #64 from puremourning/python-ptvsd
  • 3c8edd4 Cache the gadgets to make CI maybe work
  • 12df3c5 Allow selecting a specific launch config on LaunchWithSettings
  • 6ad172a Demo of python attach
  • 6e460bd Merge pull request #66 from puremourning/typescript-chrome
  • 1a77b32 Flaky CI seems to fail to download sometimes
  • d29b0eb Fix installation issues
  • cf2ac77 Merge pull request #62 from puremourning/python-ptvsd
  • 2883364 Allow installing literally all the completer
  • a04dfcb Update vscode-python and document the startup sequence, which is clearly broken in vscode-python
  • 82e3514 Wait for up to 10s to attach to socket
  • 0e76340 Fix some help typos
  • e9ca4a7 Merge pull request #60 from puremourning/chrome
  • 63f8543 The chrome debugger doesn't return 'line' in some stack frames. Fix a bug for expensive scopes
  • 52b0ee9 chrome debugger
  • ef675e0 Merge pull request #59 from puremourning/node
  • 0b0388d Simple tests for node debugger
  • 968a443 Merge pull request #58 from puremourning/remember-choices
  • b64946e Remember user choices
  • f29c5ae Add Gitter badge
  • 0701bca Merge pull request #57 from puremourning/fix-java-reset
  • 0c27fb4 Merge branch 'master' into fix-java-reset
  • e9d8608 Merge pull request #56 from puremourni...
Read more

1031: Merge pull request #94 from puremourning/customise-signs

26 Jan 23:14
41c5093
Compare
Choose a tag to compare

Changes:

  • 41c5093 Merge pull request #94 from puremourning/customise-signs
  • b8d2b54 Add customisation of signs
  • 9b2710d Update README.me to have languages in TOC
  • 239b538 Merge pull request #93 from puremourning/upgrade-cpptools
  • bd820b2 upgrade cpptools to 0.26.3
  • a524762 Fix link in contrinbuting guide
  • 8a4a8b3 Add contributing.md
  • 9c3813f Add code of conduct
  • ffe5209 Correct template for neovim support
  • 94f1945 Update TOC
See More
  • d69e637 Elaborate neovim deficiencies
  • 9b5960f Fix go language server returning 0 column causing errors in neovim
  • 287286c Add way to install a different java debugger, though it doens't work well
  • 42d4b80 Merge pull request #77 from puremourning/neovim
  • 9e3d723 Update README
  • 4318e56 Merge pull request #77 from puremourning/neovim
  • 5ee8ffc Catch E325 in neovim
  • 6cf4f9f FixUp: Some comments
  • ef4a6fc FixUp: use normal! to avoid user mappings, thanks vint!
  • 7ca51f8 FixUp: Node <10 not node=10
  • 098cd09 Merge branch 'master' into neovim
  • b2b0853 Merge pull request #87 from puremourning/upgrade-bashdb
  • df759ec Upgrade bashdb and add more useful defaults
  • 355f0f0 Implement command line completion for watch/eval
  • 1e8bd38 FixUp: importing ycm test lib changs'
  • 099ffc2 Disable swap files in the neovim buffers too
  • c2b0cc8 Attempt to make the output windows a little less rubbish on neovim
  • 2252a2b Delete the watches and vars buffers when resetting
  • 3b97500 Make sure the buffer is modifiable when updating the console
  • f6eccf1 More: Import latest YCM test framework changes
  • d711d65 FixUp: Brokern StopOver mapping
  • 6ee8f78 Tests: Import test framework changs from YCM
  • 149d48b Scroll the output buffer when visible
  • c898eb4 Fix filtering VimspectorShowOutput
  • a00e6a1 Fix output buffers. bufnr creates an unloaded buffer, so we have to load it
  • 7456c26 Add some :commands for basic usages
  • 04bb03d Add channel support for neovim
  • 29c2699 Add neovim job/terminal APIs
  • 18627b9 Add a way to have multiple vim API layers
  • 5aa33c1 Remove unused ForceRead function
  • ee1bb00 Wrap the terminal API in vimscript layer
  • d1e3b64 Use eval for lists of buffers too
  • dcdab63 Remove use of bindeval() as it is not suported in neovim
  • cb2e08b Merge pull request #85 from tinmarino/merge_check_connection
  • 9be0f43 Feature: Silent Errors if not connected
  • 1277ec6 Merge pull request #84 from puremourning/fid-upstream
  • 9f0beca Flake8 fixes
  • 8a57104 Expand references in non-shell variables too
  • bbaab0e Fix true/false in JSON when setting up adapter
  • 55bb50d line sometiems not supplied; source is optional
  • 8bb7017 Handle failed breakpoint messages
  • d950352 Install vscode java debugger somewhere
  • 2c347c7 Enalbe snippets for json
  • b95fe20 Frame is not reqiured for evaluation
  • 8d7de71 Allow arbitrary ssh args
  • bda1bb0 Merge pull request #80 from tinmarino/merge_ballon
  • 1e15391 Fix: Remove balloon '...' in windows != code_window
  • 12b6c92 Merge pull request #79 from puremourning/fix-install-node
  • 05d3772 Run git commands in the right repo
  • 68c47ed Merge pull request #75 from orlangure/add-reset-info
  • fec355c Merge branch 'master' into add-reset-info
  • abb3c6b Merge pull request #76 from puremourning/readme-deps
  • c8334dc Fix Watches link in readme
  • 0ecc99a Add instruction on how to close the debugger
  • a74b9f2 Make statement about neovim support
  • c8a9983 Remove colon for consistency
  • 144efab Add workaround for broken cpptools on macOS
  • e2738de Update vscode-python
  • 6944cb7 Fix tracebnack when no source in stack frame
  • 415a601 Merge pull request #73 from puremourning/syntax
  • ed6beff Enable syntax highlighting for watches and locals
  • 94b8f0a Update cpptools
  • c02e308 Merge pull request #72 from puremourning/breakpoints-move
  • 74ef72b which -s is mac only
  • 7d04657 Add tests for toggling breakpoint and inserting line
  • 16c3b65 If signs are moved by user actions, use the current lnum of the sign for the breakpoint.
  • 8d025c4 Remove old jekyll config
  • bed68aa Fix up the site
  • ccc966f Fix formatting errors
  • 6791b4b Rename CONFIGURATION.md to configuration.md
  • 28a0261 Set theme jekyll-theme-tactile
  • 105e6d4 Merge pull request #70 from puremourning/working-dir
  • 7297e12 Add schema definition for the config
  • 25b22d2 Allow gadget config to set up default values for launch configuration
  • 0057094 Allow gadget config in .gadgets.d to override the installed config
  • 5586d9e Allow setting exception breakpoints in debug config
  • f173a04 Find the vimspector config from the parent of the open file not the current working directory
  • c420295 Merge pull request #68 from puremourning/source-request
  • 28b6964 Support sourceReferences and Source request
  • 64187ad Merge pull request #67 from puremourning/no-file
  • 8ffc018 Merge branch 'master' into no-file
  • 2931f79 Don't crash when no file is open on start
  • c26fe1d Merge pull request #64 from puremourning/python-ptvsd
  • 3c8edd4 Cache the gadgets to make CI maybe work
  • 12df3c5 Allow selecting a specific launch config on LaunchWithSettings
  • 6ad172a Demo of python attach
  • 6e460bd Merge pull request #66 from puremourning/typescript-chrome
  • 1a77b32 Flaky CI seems to fail to download sometimes
  • d29b0eb Fix installation issues
  • cf2ac77 Merge pull request #62 from puremourning/python-ptvsd
  • 2883364 Allow installing literally all the completer
  • a04dfcb Update vscode-python and document the startup sequence, which is clearly broken in vscode-python
  • 82e3514 Wait for up to 10s to attach to socket
  • 0e76340 Fix some help typos
  • e9ca4a7 Merge pull request #60 from puremourning/chrome
  • 63f8543 The chrome debugger doesn't return 'line' in some stack frames. Fix a bug for expensive scopes
  • 52b0ee9 chrome debugger
  • ef675e0 Merge pull request #59 from puremourning/node
  • 0b0388d Simple tests for node debugger
  • 968a443 Merge pull request #58 from puremourning/remember-choices
  • b64946e Remember user choices
  • f29c5ae Add Gitter badge
  • 0701bca Merge pull request #57 from puremourning/fix-java-reset
  • 0c27fb4 Merge branch 'master' into fix-java-reset
  • e9d8608 Merge pull request #56 from puremourning/terminal-improvement
  • 90ecd90 F...
Read more

1025

26 Jan 21:47
Compare
Choose a tag to compare
1025 Pre-release
Pre-release

Changes:

  • 9b2710d Update README.me to have languages in TOC
  • 239b538 Merge pull request #93 from puremourning/upgrade-cpptools
  • bd820b2 upgrade cpptools to 0.26.3
  • a524762 Fix link in contrinbuting guide
  • 8a4a8b3 Add contributing.md
  • 9c3813f Add code of conduct
  • ffe5209 Correct template for neovim support
  • 94f1945 Update TOC
  • d69e637 Elaborate neovim deficiencies
  • 9b5960f Fix go language server returning 0 column causing errors in neovim
See More
  • 287286c Add way to install a different java debugger, though it doens't work well
  • 42d4b80 Merge pull request #77 from puremourning/neovim
  • 9e3d723 Update README
  • 4318e56 Merge pull request #77 from puremourning/neovim
  • 5ee8ffc Catch E325 in neovim
  • 6cf4f9f FixUp: Some comments
  • ef4a6fc FixUp: use normal! to avoid user mappings, thanks vint!
  • 7ca51f8 FixUp: Node <10 not node=10
  • 098cd09 Merge branch 'master' into neovim
  • b2b0853 Merge pull request #87 from puremourning/upgrade-bashdb
  • df759ec Upgrade bashdb and add more useful defaults
  • 355f0f0 Implement command line completion for watch/eval
  • 1e8bd38 FixUp: importing ycm test lib changs'
  • 099ffc2 Disable swap files in the neovim buffers too
  • c2b0cc8 Attempt to make the output windows a little less rubbish on neovim
  • 2252a2b Delete the watches and vars buffers when resetting
  • 3b97500 Make sure the buffer is modifiable when updating the console
  • f6eccf1 More: Import latest YCM test framework changes
  • d711d65 FixUp: Brokern StopOver mapping
  • 6ee8f78 Tests: Import test framework changs from YCM
  • 149d48b Scroll the output buffer when visible
  • c898eb4 Fix filtering VimspectorShowOutput
  • a00e6a1 Fix output buffers. bufnr creates an unloaded buffer, so we have to load it
  • 7456c26 Add some :commands for basic usages
  • 04bb03d Add channel support for neovim
  • 29c2699 Add neovim job/terminal APIs
  • 18627b9 Add a way to have multiple vim API layers
  • 5aa33c1 Remove unused ForceRead function
  • ee1bb00 Wrap the terminal API in vimscript layer
  • d1e3b64 Use eval for lists of buffers too
  • dcdab63 Remove use of bindeval() as it is not suported in neovim
  • cb2e08b Merge pull request #85 from tinmarino/merge_check_connection
  • 9be0f43 Feature: Silent Errors if not connected
  • 1277ec6 Merge pull request #84 from puremourning/fid-upstream
  • 9f0beca Flake8 fixes
  • 8a57104 Expand references in non-shell variables too
  • bbaab0e Fix true/false in JSON when setting up adapter
  • 55bb50d line sometiems not supplied; source is optional
  • 8bb7017 Handle failed breakpoint messages
  • d950352 Install vscode java debugger somewhere
  • 2c347c7 Enalbe snippets for json
  • b95fe20 Frame is not reqiured for evaluation
  • 8d7de71 Allow arbitrary ssh args
  • bda1bb0 Merge pull request #80 from tinmarino/merge_ballon
  • 1e15391 Fix: Remove balloon '...' in windows != code_window
  • 12b6c92 Merge pull request #79 from puremourning/fix-install-node
  • 05d3772 Run git commands in the right repo
  • 68c47ed Merge pull request #75 from orlangure/add-reset-info
  • fec355c Merge branch 'master' into add-reset-info
  • abb3c6b Merge pull request #76 from puremourning/readme-deps
  • c8334dc Fix Watches link in readme
  • 0ecc99a Add instruction on how to close the debugger
  • a74b9f2 Make statement about neovim support
  • c8a9983 Remove colon for consistency
  • 144efab Add workaround for broken cpptools on macOS
  • e2738de Update vscode-python
  • 6944cb7 Fix tracebnack when no source in stack frame
  • 415a601 Merge pull request #73 from puremourning/syntax
  • ed6beff Enable syntax highlighting for watches and locals
  • 94b8f0a Update cpptools
  • c02e308 Merge pull request #72 from puremourning/breakpoints-move
  • 74ef72b which -s is mac only
  • 7d04657 Add tests for toggling breakpoint and inserting line
  • 16c3b65 If signs are moved by user actions, use the current lnum of the sign for the breakpoint.
  • 8d025c4 Remove old jekyll config
  • bed68aa Fix up the site
  • ccc966f Fix formatting errors
  • 6791b4b Rename CONFIGURATION.md to configuration.md
  • 28a0261 Set theme jekyll-theme-tactile
  • 105e6d4 Merge pull request #70 from puremourning/working-dir
  • 7297e12 Add schema definition for the config
  • 25b22d2 Allow gadget config to set up default values for launch configuration
  • 0057094 Allow gadget config in .gadgets.d to override the installed config
  • 5586d9e Allow setting exception breakpoints in debug config
  • f173a04 Find the vimspector config from the parent of the open file not the current working directory
  • c420295 Merge pull request #68 from puremourning/source-request
  • 28b6964 Support sourceReferences and Source request
  • 64187ad Merge pull request #67 from puremourning/no-file
  • 8ffc018 Merge branch 'master' into no-file
  • 2931f79 Don't crash when no file is open on start
  • c26fe1d Merge pull request #64 from puremourning/python-ptvsd
  • 3c8edd4 Cache the gadgets to make CI maybe work
  • 12df3c5 Allow selecting a specific launch config on LaunchWithSettings
  • 6ad172a Demo of python attach
  • 6e460bd Merge pull request #66 from puremourning/typescript-chrome
  • 1a77b32 Flaky CI seems to fail to download sometimes
  • d29b0eb Fix installation issues
  • cf2ac77 Merge pull request #62 from puremourning/python-ptvsd
  • 2883364 Allow installing literally all the completer
  • a04dfcb Update vscode-python and document the startup sequence, which is clearly broken in vscode-python
  • 82e3514 Wait for up to 10s to attach to socket
  • 0e76340 Fix some help typos
  • e9ca4a7 Merge pull request #60 from puremourning/chrome
  • 63f8543 The chrome debugger doesn't return 'line' in some stack frames. Fix a bug for expensive scopes
  • 52b0ee9 chrome debugger
  • ef675e0 Merge pull request #59 from puremourning/node
  • 0b0388d Simple tests for node debugger
  • 968a443 Merge pull request #58 from puremourning/remember-choices
  • b64946e Remember user choices
  • f29c5ae Add Gitter badge
  • 0701bca Merge pull request #57 from puremourning/fix-java-reset
  • 0c27fb4 Merge branch 'master' into fix-java-reset
  • e9d8608 Merge pull request #56 from puremourning/terminal-improvement
  • 90ecd90 Fix shutdown sequence for channel-based servers
  • 799aacd RunInTermal: Re-use a completed terminal
  • 4de1269...
Read more

1024: Merge pull request #93 from puremourning/upgrade-cpptools

26 Jan 21:41
239b538
Compare
Choose a tag to compare

Changes:

  • 239b538 Merge pull request #93 from puremourning/upgrade-cpptools
  • bd820b2 upgrade cpptools to 0.26.3
  • a524762 Fix link in contrinbuting guide
  • 8a4a8b3 Add contributing.md
  • 9c3813f Add code of conduct
  • ffe5209 Correct template for neovim support
  • 94f1945 Update TOC
  • d69e637 Elaborate neovim deficiencies
  • 9b5960f Fix go language server returning 0 column causing errors in neovim
  • 287286c Add way to install a different java debugger, though it doens't work well
See More
  • 42d4b80 Merge pull request #77 from puremourning/neovim
  • 9e3d723 Update README
  • 4318e56 Merge pull request #77 from puremourning/neovim
  • 5ee8ffc Catch E325 in neovim
  • 6cf4f9f FixUp: Some comments
  • ef4a6fc FixUp: use normal! to avoid user mappings, thanks vint!
  • 7ca51f8 FixUp: Node <10 not node=10
  • 098cd09 Merge branch 'master' into neovim
  • b2b0853 Merge pull request #87 from puremourning/upgrade-bashdb
  • df759ec Upgrade bashdb and add more useful defaults
  • 355f0f0 Implement command line completion for watch/eval
  • 1e8bd38 FixUp: importing ycm test lib changs'
  • 099ffc2 Disable swap files in the neovim buffers too
  • c2b0cc8 Attempt to make the output windows a little less rubbish on neovim
  • 2252a2b Delete the watches and vars buffers when resetting
  • 3b97500 Make sure the buffer is modifiable when updating the console
  • f6eccf1 More: Import latest YCM test framework changes
  • d711d65 FixUp: Brokern StopOver mapping
  • 6ee8f78 Tests: Import test framework changs from YCM
  • 149d48b Scroll the output buffer when visible
  • c898eb4 Fix filtering VimspectorShowOutput
  • a00e6a1 Fix output buffers. bufnr creates an unloaded buffer, so we have to load it
  • 7456c26 Add some :commands for basic usages
  • 04bb03d Add channel support for neovim
  • 29c2699 Add neovim job/terminal APIs
  • 18627b9 Add a way to have multiple vim API layers
  • 5aa33c1 Remove unused ForceRead function
  • ee1bb00 Wrap the terminal API in vimscript layer
  • d1e3b64 Use eval for lists of buffers too
  • dcdab63 Remove use of bindeval() as it is not suported in neovim
  • cb2e08b Merge pull request #85 from tinmarino/merge_check_connection
  • 9be0f43 Feature: Silent Errors if not connected
  • 1277ec6 Merge pull request #84 from puremourning/fid-upstream
  • 9f0beca Flake8 fixes
  • 8a57104 Expand references in non-shell variables too
  • bbaab0e Fix true/false in JSON when setting up adapter
  • 55bb50d line sometiems not supplied; source is optional
  • 8bb7017 Handle failed breakpoint messages
  • d950352 Install vscode java debugger somewhere
  • 2c347c7 Enalbe snippets for json
  • b95fe20 Frame is not reqiured for evaluation
  • 8d7de71 Allow arbitrary ssh args
  • bda1bb0 Merge pull request #80 from tinmarino/merge_ballon
  • 1e15391 Fix: Remove balloon '...' in windows != code_window
  • 12b6c92 Merge pull request #79 from puremourning/fix-install-node
  • 05d3772 Run git commands in the right repo
  • 68c47ed Merge pull request #75 from orlangure/add-reset-info
  • fec355c Merge branch 'master' into add-reset-info
  • abb3c6b Merge pull request #76 from puremourning/readme-deps
  • c8334dc Fix Watches link in readme
  • 0ecc99a Add instruction on how to close the debugger
  • a74b9f2 Make statement about neovim support
  • c8a9983 Remove colon for consistency
  • 144efab Add workaround for broken cpptools on macOS
  • e2738de Update vscode-python
  • 6944cb7 Fix tracebnack when no source in stack frame
  • 415a601 Merge pull request #73 from puremourning/syntax
  • ed6beff Enable syntax highlighting for watches and locals
  • 94b8f0a Update cpptools
  • c02e308 Merge pull request #72 from puremourning/breakpoints-move
  • 74ef72b which -s is mac only
  • 7d04657 Add tests for toggling breakpoint and inserting line
  • 16c3b65 If signs are moved by user actions, use the current lnum of the sign for the breakpoint.
  • 8d025c4 Remove old jekyll config
  • bed68aa Fix up the site
  • ccc966f Fix formatting errors
  • 6791b4b Rename CONFIGURATION.md to configuration.md
  • 28a0261 Set theme jekyll-theme-tactile
  • 105e6d4 Merge pull request #70 from puremourning/working-dir
  • 7297e12 Add schema definition for the config
  • 25b22d2 Allow gadget config to set up default values for launch configuration
  • 0057094 Allow gadget config in .gadgets.d to override the installed config
  • 5586d9e Allow setting exception breakpoints in debug config
  • f173a04 Find the vimspector config from the parent of the open file not the current working directory
  • c420295 Merge pull request #68 from puremourning/source-request
  • 28b6964 Support sourceReferences and Source request
  • 64187ad Merge pull request #67 from puremourning/no-file
  • 8ffc018 Merge branch 'master' into no-file
  • 2931f79 Don't crash when no file is open on start
  • c26fe1d Merge pull request #64 from puremourning/python-ptvsd
  • 3c8edd4 Cache the gadgets to make CI maybe work
  • 12df3c5 Allow selecting a specific launch config on LaunchWithSettings
  • 6ad172a Demo of python attach
  • 6e460bd Merge pull request #66 from puremourning/typescript-chrome
  • 1a77b32 Flaky CI seems to fail to download sometimes
  • d29b0eb Fix installation issues
  • cf2ac77 Merge pull request #62 from puremourning/python-ptvsd
  • 2883364 Allow installing literally all the completer
  • a04dfcb Update vscode-python and document the startup sequence, which is clearly broken in vscode-python
  • 82e3514 Wait for up to 10s to attach to socket
  • 0e76340 Fix some help typos
  • e9ca4a7 Merge pull request #60 from puremourning/chrome
  • 63f8543 The chrome debugger doesn't return 'line' in some stack frames. Fix a bug for expensive scopes
  • 52b0ee9 chrome debugger
  • ef675e0 Merge pull request #59 from puremourning/node
  • 0b0388d Simple tests for node debugger
  • 968a443 Merge pull request #58 from puremourning/remember-choices
  • b64946e Remember user choices
  • f29c5ae Add Gitter badge
  • 0701bca Merge pull request #57 from puremourning/fix-java-reset
  • 0c27fb4 Merge branch 'master' into fix-java-reset
  • e9d8608 Merge pull request #56 from puremourning/terminal-improvement
  • 90ecd90 Fix shutdown sequence for channel-based servers
  • 799aacd RunInTermal: Re-use a completed terminal
  • 4de1269 Merge pull request #51 from puremourning/python
  • 6734a94...
Read more