Skip to content

Releases: puremourning/vimspector

911: Merge pull request #79 from puremourning/fix-install-node

09 Jan 17:29
12b6c92
Compare
Choose a tag to compare

Changes:

  • 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
See More
  • 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 Python auto test
  • 53d3f8f Fix inputrestore
  • dcc2c6c Manual python test
  • daf3b80 Merge pull request #50 from puremourning/go
  • 938e67c Apparently undefined is not a real GOPATH
  • 3cc78d5 Activate linuxbrew for the tests
  • 1da9417 Install node
  • dbebb1f Fix vim in docker image
  • 932b1f5 Revert .bashrc
  • df8c017 Print env
  • eefb0c5 Alternative syntax required for some bizarre reason
  • 53f61d1 Use the profile and rc files
  • 29989ff Test for go
  • f8fc171 Merge pull request #49 from puremourning/go
  • 553eb3c Appease flake8
  • 1b665a1 README typo
  • 7c709c0 Add checksum
  • 9676228 Docs
  • b6a2e3d Delay configurationDone until we have received responses to the breakpoint requests, as go server seems to require this
  • adfce8d First attempt to make vscode-go work
  • 77e250b Merge pull request #47 from puremourning/cpp-linux-cs
  • 3c9799f Add the linux checksum
  • 0871bd9 Merge pull request #46 from puremourning/variables-ref-variables
  • 7d498a1 More variable debugging
  • 28088c9 Merge pull request #42 from puremourning/test-framework
  • 5076c62 Ensure the handler runs by setting it before killing the job. The callback must be being called syncronously if the process terminates immediately
  • 0b7915e More debugging; why is the shutdown handler sometimes not firing
  • a7b91ab Revert "Use HEAD macvim; it might be better?"
  • 44b8100 Add another test file from #43
  • 13f9e1f Use HEAD macvim; it might be better?
  • c275026 Remove log spam
  • 3edd158 Try and work out why the server exit handler isn't called
  • 6f9fe0c Increase timeout and yet more debug logging
  • 17b85d2 Reset the actual vimspector, not a fresh one
  • 325d39b Improve debugging of flaky tests
  • 7813f06 May make the tests less flaky
  • 4d48486 Wait for sign to be displayed
  • 3a6a8ca Increase default timeout
  • 1e54e45 Finally fix breakpoint bugs
  • 9fc0a16 Tidy up clearing breakpoints
  • e6904ac Fix some asserts
  • a7f5b46 Add some debug to breakpoints
  • 9ea25da Use setpos as it is clearer
  • 0464b45 Save the log file for failed tests
  • 34df47f Make reset reliable by waiting for it to finish
  • 942e04e Update the UI when the connection dies
  • 2f8a0b0 Update gdbserver comment
  • 264cd1a More tests
  • 9fcfa13 Common setup/cleardown
  • 14abf30 Factor out some common functions in breakpoint tests
  • 55c75fd Refactor test framework into a vim plugin.
  • 0813382 Merge pull request #45 from puremourning/variables-ref-variables
  • dbf3de9 Merge branch 'master' into variables-ref-variables
  • 98effd3 Allow dependent groups of variables in a list
  • 80f398a Merge pull request #44 from puremourning/variables-ref-variables
  • 59a8d1b Implenent most of the vscode variables
  • d8d22b1 Allow variables to reference o...
Read more

889: Merge pull request #75 from orlangure/add-reset-info

07 Jan 17:05
68c47ed
Compare
Choose a tag to compare

Changes:

  • 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
See More
  • 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 Python auto test
  • 53d3f8f Fix inputrestore
  • dcc2c6c Manual python test
  • daf3b80 Merge pull request #50 from puremourning/go
  • 938e67c Apparently undefined is not a real GOPATH
  • 3cc78d5 Activate linuxbrew for the tests
  • 1da9417 Install node
  • dbebb1f Fix vim in docker image
  • 932b1f5 Revert .bashrc
  • df8c017 Print env
  • eefb0c5 Alternative syntax required for some bizarre reason
  • 53f61d1 Use the profile and rc files
  • 29989ff Test for go
  • f8fc171 Merge pull request #49 from puremourning/go
  • 553eb3c Appease flake8
  • 1b665a1 README typo
  • 7c709c0 Add checksum
  • 9676228 Docs
  • b6a2e3d Delay configurationDone until we have received responses to the breakpoint requests, as go server seems to require this
  • adfce8d First attempt to make vscode-go work
  • 77e250b Merge pull request #47 from puremourning/cpp-linux-cs
  • 3c9799f Add the linux checksum
  • 0871bd9 Merge pull request #46 from puremourning/variables-ref-variables
  • 7d498a1 More variable debugging
  • 28088c9 Merge pull request #42 from puremourning/test-framework
  • 5076c62 Ensure the handler runs by setting it before killing the job. The callback must be being called syncronously if the process terminates immediately
  • 0b7915e More debugging; why is the shutdown handler sometimes not firing
  • a7b91ab Revert "Use HEAD macvim; it might be better?"
  • 44b8100 Add another test file from #43
  • 13f9e1f Use HEAD macvim; it might be better?
  • c275026 Remove log spam
  • 3edd158 Try and work out why the server exit handler isn't called
  • 6f9fe0c Increase timeout and yet more debug logging
  • 17b85d2 Reset the actual vimspector, not a fresh one
  • 325d39b Improve debugging of flaky tests
  • 7813f06 May make the tests less flaky
  • 4d48486 Wait for sign to be displayed
  • 3a6a8ca Increase default timeout
  • 1e54e45 Finally fix breakpoint bugs
  • 9fc0a16 Tidy up clearing breakpoints
  • e6904ac Fix some asserts
  • a7f5b46 Add some debug to breakpoints
  • 9ea25da Use setpos as it is clearer
  • 0464b45 Save the log file for failed tests
  • 34df47f Make reset reliable by waiting for it to finish
  • 942e04e Update the UI when the connection dies
  • 2f8a0b0 Update gdbserver comment
  • 264cd1a More tests
  • 9fcfa13 Common setup/cleardown
  • 14abf30 Factor out some common functions in breakpoint tests
  • 55c75fd Refactor test framework into a vim plugin.
  • 0813382 Merge pull request #45 from puremourning/variables-ref-variables
  • dbf3de9 Merge branch 'master' into variables-ref-variables
  • 98effd3 Allow dependent groups of variables in a list
  • 80f398a Merge pull request #44 from puremourning/variables-ref-variables
  • 59a8d1b Implenent most of the vscode variables
  • d8d22b1 Allow variables to reference other variables in other layers
  • be55649 Merge pull request #39 from puremourning/fix-tabpage-errors
  • cee10c8 fi...
Read more

887: Merge pull request #76 from puremourning/readme-deps

07 Jan 13:28
abb3c6b
Compare
Choose a tag to compare

Changes:

  • abb3c6b Merge pull request #76 from puremourning/readme-deps
  • a74b9f2 Make statement about neovim support
  • 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
See More
  • 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 Python auto test
  • 53d3f8f Fix inputrestore
  • dcc2c6c Manual python test
  • daf3b80 Merge pull request #50 from puremourning/go
  • 938e67c Apparently undefined is not a real GOPATH
  • 3cc78d5 Activate linuxbrew for the tests
  • 1da9417 Install node
  • dbebb1f Fix vim in docker image
  • 932b1f5 Revert .bashrc
  • df8c017 Print env
  • eefb0c5 Alternative syntax required for some bizarre reason
  • 53f61d1 Use the profile and rc files
  • 29989ff Test for go
  • f8fc171 Merge pull request #49 from puremourning/go
  • 553eb3c Appease flake8
  • 1b665a1 README typo
  • 7c709c0 Add checksum
  • 9676228 Docs
  • b6a2e3d Delay configurationDone until we have received responses to the breakpoint requests, as go server seems to require this
  • adfce8d First attempt to make vscode-go work
  • 77e250b Merge pull request #47 from puremourning/cpp-linux-cs
  • 3c9799f Add the linux checksum
  • 0871bd9 Merge pull request #46 from puremourning/variables-ref-variables
  • 7d498a1 More variable debugging
  • 28088c9 Merge pull request #42 from puremourning/test-framework
  • 5076c62 Ensure the handler runs by setting it before killing the job. The callback must be being called syncronously if the process terminates immediately
  • 0b7915e More debugging; why is the shutdown handler sometimes not firing
  • a7b91ab Revert "Use HEAD macvim; it might be better?"
  • 44b8100 Add another test file from #43
  • 13f9e1f Use HEAD macvim; it might be better?
  • c275026 Remove log spam
  • 3edd158 Try and work out why the server exit handler isn't called
  • 6f9fe0c Increase timeout and yet more debug logging
  • 17b85d2 Reset the actual vimspector, not a fresh one
  • 325d39b Improve debugging of flaky tests
  • 7813f06 May make the tests less flaky
  • 4d48486 Wait for sign to be displayed
  • 3a6a8ca Increase default timeout
  • 1e54e45 Finally fix breakpoint bugs
  • 9fc0a16 Tidy up clearing breakpoints
  • e6904ac Fix some asserts
  • a7f5b46 Add some debug to breakpoints
  • 9ea25da Use setpos as it is clearer
  • 0464b45 Save the log file for failed tests
  • 34df47f Make reset reliable by waiting for it to finish
  • 942e04e Update the UI when the connection dies
  • 2f8a0b0 Update gdbserver comment
  • 264cd1a More tests
  • 9fcfa13 Common setup/cleardown
  • 14abf30 Factor out some common functions in breakpoint tests
  • 55c75fd Refactor test framework into a vim plugin.
  • 0813382 Merge pull request #45 from puremourning/variables-ref-variables
  • dbf3de9 Merge branch 'master' into variables-ref-variables
  • 98effd3 Allow dependent groups of variables in a list
  • 80f398a Merge pull request #44 from puremourning/variables-ref-variables
  • 59a8d1b Implenent most of the vscode variables
  • d8d22b1 Allow variables to reference other variables in other layers
  • be55649 Merge pull request #39 from puremourning/fix-tabpage-errors
  • cee10c8 fix tabpage errors
  • 1473e9d Merge pull request #37 from puremourning/c-sharp-samsung
  • a4db700 Add and document why mono debugger doesn't work
  • a894ae0 Add minimal test case for csharp
  • 25f45a7 Fix typo in event listener method 'OnEvent_capabilities'
  • 01c0f07...
Read more

872

01 Jan 15:23
Compare
Choose a tag to compare
872 Pre-release
Pre-release

Changes:

  • 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.
See More
  • 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 Python auto test
  • 53d3f8f Fix inputrestore
  • dcc2c6c Manual python test
  • daf3b80 Merge pull request #50 from puremourning/go
  • 938e67c Apparently undefined is not a real GOPATH
  • 3cc78d5 Activate linuxbrew for the tests
  • 1da9417 Install node
  • dbebb1f Fix vim in docker image
  • 932b1f5 Revert .bashrc
  • df8c017 Print env
  • eefb0c5 Alternative syntax required for some bizarre reason
  • 53f61d1 Use the profile and rc files
  • 29989ff Test for go
  • f8fc171 Merge pull request #49 from puremourning/go
  • 553eb3c Appease flake8
  • 1b665a1 README typo
  • 7c709c0 Add checksum
  • 9676228 Docs
  • b6a2e3d Delay configurationDone until we have received responses to the breakpoint requests, as go server seems to require this
  • adfce8d First attempt to make vscode-go work
  • 77e250b Merge pull request #47 from puremourning/cpp-linux-cs
  • 3c9799f Add the linux checksum
  • 0871bd9 Merge pull request #46 from puremourning/variables-ref-variables
  • 7d498a1 More variable debugging
  • 28088c9 Merge pull request #42 from puremourning/test-framework
  • 5076c62 Ensure the handler runs by setting it before killing the job. The callback must be being called syncronously if the process terminates immediately
  • 0b7915e More debugging; why is the shutdown handler sometimes not firing
  • a7b91ab Revert "Use HEAD macvim; it might be better?"
  • 44b8100 Add another test file from #43
  • 13f9e1f Use HEAD macvim; it might be better?
  • c275026 Remove log spam
  • 3edd158 Try and work out why the server exit handler isn't called
  • 6f9fe0c Increase timeout and yet more debug logging
  • 17b85d2 Reset the actual vimspector, not a fresh one
  • 325d39b Improve debugging of flaky tests
  • 7813f06 May make the tests less flaky
  • 4d48486 Wait for sign to be displayed
  • 3a6a8ca Increase default timeout
  • 1e54e45 Finally fix breakpoint bugs
  • 9fc0a16 Tidy up clearing breakpoints
  • e6904ac Fix some asserts
  • a7f5b46 Add some debug to breakpoints
  • 9ea25da Use setpos as it is clearer
  • 0464b45 Save the log file for failed tests
  • 34df47f Make reset reliable by waiting for it to finish
  • 942e04e Update the UI when the connection dies
  • 2f8a0b0 Update gdbserver comment
  • 264cd1a More tests
  • 9fcfa13 Common setup/cleardown
  • 14abf30 Factor out some common functions in breakpoint tests
  • 55c75fd Refactor test framework into a vim plugin.
  • 0813382 Merge pull request #45 from puremourning/variables-ref-variables
  • dbf3de9 Merge branch 'master' into variables-ref-variables
  • 98effd3 Allow dependent groups of variables in a list
  • 80f398a Merge pull request #44 from puremourning/variables-ref-variables
  • 59a8d1b Implenent most of the vscode variables
  • d8d22b1 Allow variables to reference other variables in other layers
  • be55649 Merge pull request #39 from puremourning/fix-tabpage-errors
  • cee10c8 fix tabpage errors
  • 1473e9d Merge pull request #37 from puremourning/c-sharp-samsung
  • a4db700 Add and document why mono debugger doesn't work
  • a894ae0 Add minimal test case for csharp
  • 25f45a7 Fix typo in event listener method 'OnEvent_capabilities'
  • 01c0f07 Tolerate buggy servers not supplying mandatory 'expensive' tag
  • 2f51c95 Add ability to install c-sharp netcoredbg
  • 3b854a8...
Read more

859

30 Dec 20:38
Compare
Choose a tag to compare
859 Pre-release
Pre-release

Changes:

  • 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
See More
  • 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 Python auto test
  • 53d3f8f Fix inputrestore
  • dcc2c6c Manual python test
  • daf3b80 Merge pull request #50 from puremourning/go
  • 938e67c Apparently undefined is not a real GOPATH
  • 3cc78d5 Activate linuxbrew for the tests
  • 1da9417 Install node
  • dbebb1f Fix vim in docker image
  • 932b1f5 Revert .bashrc
  • df8c017 Print env
  • eefb0c5 Alternative syntax required for some bizarre reason
  • 53f61d1 Use the profile and rc files
  • 29989ff Test for go
  • f8fc171 Merge pull request #49 from puremourning/go
  • 553eb3c Appease flake8
  • 1b665a1 README typo
  • 7c709c0 Add checksum
  • 9676228 Docs
  • b6a2e3d Delay configurationDone until we have received responses to the breakpoint requests, as go server seems to require this
  • adfce8d First attempt to make vscode-go work
  • 77e250b Merge pull request #47 from puremourning/cpp-linux-cs
  • 3c9799f Add the linux checksum
  • 0871bd9 Merge pull request #46 from puremourning/variables-ref-variables
  • 7d498a1 More variable debugging
  • 28088c9 Merge pull request #42 from puremourning/test-framework
  • 5076c62 Ensure the handler runs by setting it before killing the job. The callback must be being called syncronously if the process terminates immediately
  • 0b7915e More debugging; why is the shutdown handler sometimes not firing
  • a7b91ab Revert "Use HEAD macvim; it might be better?"
  • 44b8100 Add another test file from #43
  • 13f9e1f Use HEAD macvim; it might be better?
  • c275026 Remove log spam
  • 3edd158 Try and work out why the server exit handler isn't called
  • 6f9fe0c Increase timeout and yet more debug logging
  • 17b85d2 Reset the actual vimspector, not a fresh one
  • 325d39b Improve debugging of flaky tests
  • 7813f06 May make the tests less flaky
  • 4d48486 Wait for sign to be displayed
  • 3a6a8ca Increase default timeout
  • 1e54e45 Finally fix breakpoint bugs
  • 9fc0a16 Tidy up clearing breakpoints
  • e6904ac Fix some asserts
  • a7f5b46 Add some debug to breakpoints
  • 9ea25da Use setpos as it is clearer
  • 0464b45 Save the log file for failed tests
  • 34df47f Make reset reliable by waiting for it to finish
  • 942e04e Update the UI when the connection dies
  • 2f8a0b0 Update gdbserver comment
  • 264cd1a More tests
  • 9fcfa13 Common setup/cleardown
  • 14abf30 Factor out some common functions in breakpoint tests
  • 55c75fd Refactor test framework into a vim plugin.
  • 0813382 Merge pull request #45 from puremourning/variables-ref-variables
  • dbf3de9 Merge branch 'master' into variables-ref-variables
  • 98effd3 Allow dependent groups of variables in a list
  • 80f398a Merge pull request #44 from puremourning/variables-ref-variables
  • 59a8d1b Implenent most of the vscode variables
  • d8d22b1 Allow variables to reference other variables in other layers
  • be55649 Merge pull request #39 from puremourning/fix-tabpage-errors
  • cee10c8 fix tabpage errors
  • 1473e9d Merge pull request #37 from puremourning/c-sharp-samsung
  • a4db700 Add and document why mono debugger doesn't work
  • a894ae0 Add minimal test case for csharp
  • 25f45a7 Fix typo in event listener method 'OnEvent_capabilities'
  • 01c0f07 Tolerate buggy servers not supplying mandatory 'expensive' tag
  • 2f51c95 Add ability to install c-sharp netcoredbg
  • 3b854a8 Merge pull request #34 from puremourning/lgtm
  • ca4cb8a...
Read more

855

22 Dec 21:37
Compare
Choose a tag to compare
855 Pre-release
Pre-release

Changes:

  • 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
See More
  • 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 Python auto test
  • 53d3f8f Fix inputrestore
  • dcc2c6c Manual python test
  • daf3b80 Merge pull request #50 from puremourning/go
  • 938e67c Apparently undefined is not a real GOPATH
  • 3cc78d5 Activate linuxbrew for the tests
  • 1da9417 Install node
  • dbebb1f Fix vim in docker image
  • 932b1f5 Revert .bashrc
  • df8c017 Print env
  • eefb0c5 Alternative syntax required for some bizarre reason
  • 53f61d1 Use the profile and rc files
  • 29989ff Test for go
  • f8fc171 Merge pull request #49 from puremourning/go
  • 553eb3c Appease flake8
  • 1b665a1 README typo
  • 7c709c0 Add checksum
  • 9676228 Docs
  • b6a2e3d Delay configurationDone until we have received responses to the breakpoint requests, as go server seems to require this
  • adfce8d First attempt to make vscode-go work
  • 77e250b Merge pull request #47 from puremourning/cpp-linux-cs
  • 3c9799f Add the linux checksum
  • 0871bd9 Merge pull request #46 from puremourning/variables-ref-variables
  • 7d498a1 More variable debugging
  • 28088c9 Merge pull request #42 from puremourning/test-framework
  • 5076c62 Ensure the handler runs by setting it before killing the job. The callback must be being called syncronously if the process terminates immediately
  • 0b7915e More debugging; why is the shutdown handler sometimes not firing
  • a7b91ab Revert "Use HEAD macvim; it might be better?"
  • 44b8100 Add another test file from #43
  • 13f9e1f Use HEAD macvim; it might be better?
  • c275026 Remove log spam
  • 3edd158 Try and work out why the server exit handler isn't called
  • 6f9fe0c Increase timeout and yet more debug logging
  • 17b85d2 Reset the actual vimspector, not a fresh one
  • 325d39b Improve debugging of flaky tests
  • 7813f06 May make the tests less flaky
  • 4d48486 Wait for sign to be displayed
  • 3a6a8ca Increase default timeout
  • 1e54e45 Finally fix breakpoint bugs
  • 9fc0a16 Tidy up clearing breakpoints
  • e6904ac Fix some asserts
  • a7f5b46 Add some debug to breakpoints
  • 9ea25da Use setpos as it is clearer
  • 0464b45 Save the log file for failed tests
  • 34df47f Make reset reliable by waiting for it to finish
  • 942e04e Update the UI when the connection dies
  • 2f8a0b0 Update gdbserver comment
  • 264cd1a More tests
  • 9fcfa13 Common setup/cleardown
  • 14abf30 Factor out some common functions in breakpoint tests
  • 55c75fd Refactor test framework into a vim plugin.
  • 0813382 Merge pull request #45 from puremourning/variables-ref-variables
  • dbf3de9 Merge branch 'master' into variables-ref-variables
  • 98effd3 Allow dependent groups of variables in a list
  • 80f398a Merge pull request #44 from puremourning/variables-ref-variables
  • 59a8d1b Implenent most of the vscode variables
  • d8d22b1 Allow variables to reference other variables in other layers
  • be55649 Merge pull request #39 from puremourning/fix-tabpage-errors
  • cee10c8 fix tabpage errors
  • 1473e9d Merge pull request #37 from puremourning/c-sharp-samsung
  • a4db700 Add and document why mono debugger doesn't work
  • a894ae0 Add minimal test case for csharp
  • 25f45a7 Fix typo in event listener method 'OnEvent_capabilities'
  • 01c0f07 Tolerate buggy servers not supplying mandatory 'expensive' tag
  • 2f51c95 Add ability to install c-sharp netcoredbg
  • 3b854a8 Merge pull request #34 from puremourning/lgtm
  • ca4cb8a Fix flake8 errors and lgtm err...
Read more

840: Merge pull request #73 from puremourning/syntax

15 Dec 10:57
415a601
Compare
Choose a tag to compare

Changes:

  • 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
See More
  • 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 Python auto test
  • 53d3f8f Fix inputrestore
  • dcc2c6c Manual python test
  • daf3b80 Merge pull request #50 from puremourning/go
  • 938e67c Apparently undefined is not a real GOPATH
  • 3cc78d5 Activate linuxbrew for the tests
  • 1da9417 Install node
  • dbebb1f Fix vim in docker image
  • 932b1f5 Revert .bashrc
  • df8c017 Print env
  • eefb0c5 Alternative syntax required for some bizarre reason
  • 53f61d1 Use the profile and rc files
  • 29989ff Test for go
  • f8fc171 Merge pull request #49 from puremourning/go
  • 553eb3c Appease flake8
  • 1b665a1 README typo
  • 7c709c0 Add checksum
  • 9676228 Docs
  • b6a2e3d Delay configurationDone until we have received responses to the breakpoint requests, as go server seems to require this
  • adfce8d First attempt to make vscode-go work
  • 77e250b Merge pull request #47 from puremourning/cpp-linux-cs
  • 3c9799f Add the linux checksum
  • 0871bd9 Merge pull request #46 from puremourning/variables-ref-variables
  • 7d498a1 More variable debugging
  • 28088c9 Merge pull request #42 from puremourning/test-framework
  • 5076c62 Ensure the handler runs by setting it before killing the job. The callback must be being called syncronously if the process terminates immediately
  • 0b7915e More debugging; why is the shutdown handler sometimes not firing
  • a7b91ab Revert "Use HEAD macvim; it might be better?"
  • 44b8100 Add another test file from #43
  • 13f9e1f Use HEAD macvim; it might be better?
  • c275026 Remove log spam
  • 3edd158 Try and work out why the server exit handler isn't called
  • 6f9fe0c Increase timeout and yet more debug logging
  • 17b85d2 Reset the actual vimspector, not a fresh one
  • 325d39b Improve debugging of flaky tests
  • 7813f06 May make the tests less flaky
  • 4d48486 Wait for sign to be displayed
  • 3a6a8ca Increase default timeout
  • 1e54e45 Finally fix breakpoint bugs
  • 9fc0a16 Tidy up clearing breakpoints
  • e6904ac Fix some asserts
  • a7f5b46 Add some debug to breakpoints
  • 9ea25da Use setpos as it is clearer
  • 0464b45 Save the log file for failed tests
  • 34df47f Make reset reliable by waiting for it to finish
  • 942e04e Update the UI when the connection dies
  • 2f8a0b0 Update gdbserver comment
  • 264cd1a More tests
  • 9fcfa13 Common setup/cleardown
  • 14abf30 Factor out some common functions in breakpoint tests
  • 55c75fd Refactor test framework into a vim plugin.
  • 0813382 Merge pull request #45 from puremourning/variables-ref-variables
  • dbf3de9 Merge branch 'master' into variables-ref-variables
  • 98effd3 Allow dependent groups of variables in a list
  • 80f398a Merge pull request #44 from puremourning/variables-ref-variables
  • 59a8d1b Implenent most of the vscode variables
  • d8d22b1 Allow variables to reference other variables in other layers
  • be55649 Merge pull request #39 from puremourning/fix-tabpage-errors
  • cee10c8 fix tabpage errors
  • 1473e9d Merge pull request #37 from puremourning/c-sharp-samsung
  • a4db700 Add and document why mono debugger doesn't work
  • a894ae0 Add minimal test case for csharp
  • 25f45a7 Fix typo in event listener method 'OnEvent_capabilities'
  • 01c0f07 Tolerate buggy servers not supplying mandatory 'expensive' tag
  • 2f51c95 Add ability to install c-sharp netcoredbg
  • 3b854a8 Merge pull request #34 from puremourning/lgtm
  • ca4cb8a Fix flake8 errors and lgtm errors in install_gadget.py
  • 10baf4d Merge pull request #...
Read more

835: Merge pull request #72 from puremourning/breakpoints-move

15 Dec 09:05
c02e308
Compare
Choose a tag to compare

Changes:

  • 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
See More
  • 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 Python auto test
  • 53d3f8f Fix inputrestore
  • dcc2c6c Manual python test
  • daf3b80 Merge pull request #50 from puremourning/go
  • 938e67c Apparently undefined is not a real GOPATH
  • 3cc78d5 Activate linuxbrew for the tests
  • 1da9417 Install node
  • dbebb1f Fix vim in docker image
  • 932b1f5 Revert .bashrc
  • df8c017 Print env
  • eefb0c5 Alternative syntax required for some bizarre reason
  • 53f61d1 Use the profile and rc files
  • 29989ff Test for go
  • f8fc171 Merge pull request #49 from puremourning/go
  • 553eb3c Appease flake8
  • 1b665a1 README typo
  • 7c709c0 Add checksum
  • 9676228 Docs
  • b6a2e3d Delay configurationDone until we have received responses to the breakpoint requests, as go server seems to require this
  • adfce8d First attempt to make vscode-go work
  • 77e250b Merge pull request #47 from puremourning/cpp-linux-cs
  • 3c9799f Add the linux checksum
  • 0871bd9 Merge pull request #46 from puremourning/variables-ref-variables
  • 7d498a1 More variable debugging
  • 28088c9 Merge pull request #42 from puremourning/test-framework
  • 5076c62 Ensure the handler runs by setting it before killing the job. The callback must be being called syncronously if the process terminates immediately
  • 0b7915e More debugging; why is the shutdown handler sometimes not firing
  • a7b91ab Revert "Use HEAD macvim; it might be better?"
  • 44b8100 Add another test file from #43
  • 13f9e1f Use HEAD macvim; it might be better?
  • c275026 Remove log spam
  • 3edd158 Try and work out why the server exit handler isn't called
  • 6f9fe0c Increase timeout and yet more debug logging
  • 17b85d2 Reset the actual vimspector, not a fresh one
  • 325d39b Improve debugging of flaky tests
  • 7813f06 May make the tests less flaky
  • 4d48486 Wait for sign to be displayed
  • 3a6a8ca Increase default timeout
  • 1e54e45 Finally fix breakpoint bugs
  • 9fc0a16 Tidy up clearing breakpoints
  • e6904ac Fix some asserts
  • a7f5b46 Add some debug to breakpoints
  • 9ea25da Use setpos as it is clearer
  • 0464b45 Save the log file for failed tests
  • 34df47f Make reset reliable by waiting for it to finish
  • 942e04e Update the UI when the connection dies
  • 2f8a0b0 Update gdbserver comment
  • 264cd1a More tests
  • 9fcfa13 Common setup/cleardown
  • 14abf30 Factor out some common functions in breakpoint tests
  • 55c75fd Refactor test framework into a vim plugin.
  • 0813382 Merge pull request #45 from puremourning/variables-ref-variables
  • dbf3de9 Merge branch 'master' into variables-ref-variables
  • 98effd3 Allow dependent groups of variables in a list
  • 80f398a Merge pull request #44 from puremourning/variables-ref-variables
  • 59a8d1b Implenent most of the vscode variables
  • d8d22b1 Allow variables to reference other variables in other layers
  • be55649 Merge pull request #39 from puremourning/fix-tabpage-errors
  • cee10c8 fix tabpage errors
  • 1473e9d Merge pull request #37 from puremourning/c-sharp-samsung
  • a4db700 Add and document why mono debugger doesn't work
  • a894ae0 Add minimal test case for csharp
  • 25f45a7 Fix typo in event listener method 'OnEvent_capabilities'
  • 01c0f07 Tolerate buggy servers not supplying mandatory 'expensive' tag
  • 2f51c95 Add ability to install c-sharp netcoredbg
  • 3b854a8 Merge pull request #34 from puremourning/lgtm
  • ca4cb8a Fix flake8 errors and lgtm errors in install_gadget.py
  • 10baf4d Merge pull request #32 from puremourning/breakpoint-test-stepping
  • f4c971a Igmore stupid macOS dir
  • 92dc36f Add ptrace capability
  • 3a70b3d Make debugging actuall...
Read more

769

06 Nov 16:00
Compare
Choose a tag to compare
769 Pre-release
Pre-release

Changes:

  • 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
See More
  • 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 Python auto test
  • 53d3f8f Fix inputrestore
  • dcc2c6c Manual python test
  • daf3b80 Merge pull request #50 from puremourning/go
  • 938e67c Apparently undefined is not a real GOPATH
  • 3cc78d5 Activate linuxbrew for the tests
  • 1da9417 Install node
  • dbebb1f Fix vim in docker image
  • 932b1f5 Revert .bashrc
  • df8c017 Print env
  • eefb0c5 Alternative syntax required for some bizarre reason
  • 53f61d1 Use the profile and rc files
  • 29989ff Test for go
  • f8fc171 Merge pull request #49 from puremourning/go
  • 553eb3c Appease flake8
  • 1b665a1 README typo
  • 7c709c0 Add checksum
  • 9676228 Docs
  • b6a2e3d Delay configurationDone until we have received responses to the breakpoint requests, as go server seems to require this
  • adfce8d First attempt to make vscode-go work
  • 77e250b Merge pull request #47 from puremourning/cpp-linux-cs
  • 3c9799f Add the linux checksum
  • 0871bd9 Merge pull request #46 from puremourning/variables-ref-variables
  • 7d498a1 More variable debugging
  • 28088c9 Merge pull request #42 from puremourning/test-framework
  • 5076c62 Ensure the handler runs by setting it before killing the job. The callback must be being called syncronously if the process terminates immediately
  • 0b7915e More debugging; why is the shutdown handler sometimes not firing
  • a7b91ab Revert "Use HEAD macvim; it might be better?"
  • 44b8100 Add another test file from #43
  • 13f9e1f Use HEAD macvim; it might be better?
  • c275026 Remove log spam
  • 3edd158 Try and work out why the server exit handler isn't called
  • 6f9fe0c Increase timeout and yet more debug logging
  • 17b85d2 Reset the actual vimspector, not a fresh one
  • 325d39b Improve debugging of flaky tests
  • 7813f06 May make the tests less flaky
  • 4d48486 Wait for sign to be displayed
  • 3a6a8ca Increase default timeout
  • 1e54e45 Finally fix breakpoint bugs
  • 9fc0a16 Tidy up clearing breakpoints
  • e6904ac Fix some asserts
  • a7f5b46 Add some debug to breakpoints
  • 9ea25da Use setpos as it is clearer
  • 0464b45 Save the log file for failed tests
  • 34df47f Make reset reliable by waiting for it to finish
  • 942e04e Update the UI when the connection dies
  • 2f8a0b0 Update gdbserver comment
  • 264cd1a More tests
  • 9fcfa13 Common setup/cleardown
  • 14abf30 Factor out some common functions in breakpoint tests
  • 55c75fd Refactor test framework into a vim plugin.
  • 0813382 Merge pull request #45 from puremourning/variables-ref-variables
  • dbf3de9 Merge branch 'master' into variables-ref-variables
  • 98effd3 Allow dependent groups of variables in a list
  • 80f398a Merge pull request #44 from puremourning/variables-ref-variables
  • 59a8d1b Implenent most of the vscode variables
  • d8d22b1 Allow variables to reference other variables in other layers
  • be55649 Merge pull request #39 from puremourning/fix-tabpage-errors
  • cee10c8 fix tabpage errors
  • 1473e9d Merge pull request #37 from puremourning/c-sharp-samsung
  • a4db700 Add and document why mono debugger doesn't work
  • a894ae0 Add minimal test case for csharp
  • 25f45a7 Fix typo in event listener method 'OnEvent_capabilities'
  • 01c0f07 Tolerate buggy servers not supplying mandatory 'expensive' tag
  • 2f51c95 Add ability to install c-sharp netcoredbg
  • 3b854a8 Merge pull request #34 from puremourning/lgtm
  • ca4cb8a Fix flake8 errors and lgtm errors in install_gadget.py
  • 10baf4d Merge pull request #32 from puremourning/breakpoint-test-stepping
  • f4c971a Igmore stupid macOS dir
  • 92dc36f Add ptrace capability
  • 3a70b3d Make debugging actually work on linux by installing gdb. Also, add a manual image for testing the tests
  • 4f75f11 Increase timeout
  • d458d06 Use the same version as the current macvim
  • de3c513 Merge pull request #33 from puremourning/mergible
  • a4413dc Remove silly rule
  • 2293d29...
Read more

767

06 Nov 12:18
6791b4b
Compare
Choose a tag to compare
767 Pre-release
Pre-release

Changes:

  • 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
See More
  • 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 Python auto test
  • 53d3f8f Fix inputrestore
  • dcc2c6c Manual python test
  • daf3b80 Merge pull request #50 from puremourning/go
  • 938e67c Apparently undefined is not a real GOPATH
  • 3cc78d5 Activate linuxbrew for the tests
  • 1da9417 Install node
  • dbebb1f Fix vim in docker image
  • 932b1f5 Revert .bashrc
  • df8c017 Print env
  • eefb0c5 Alternative syntax required for some bizarre reason
  • 53f61d1 Use the profile and rc files
  • 29989ff Test for go
  • f8fc171 Merge pull request #49 from puremourning/go
  • 553eb3c Appease flake8
  • 1b665a1 README typo
  • 7c709c0 Add checksum
  • 9676228 Docs
  • b6a2e3d Delay configurationDone until we have received responses to the breakpoint requests, as go server seems to require this
  • adfce8d First attempt to make vscode-go work
  • 77e250b Merge pull request #47 from puremourning/cpp-linux-cs
  • 3c9799f Add the linux checksum
  • 0871bd9 Merge pull request #46 from puremourning/variables-ref-variables
  • 7d498a1 More variable debugging
  • 28088c9 Merge pull request #42 from puremourning/test-framework
  • 5076c62 Ensure the handler runs by setting it before killing the job. The callback must be being called syncronously if the process terminates immediately
  • 0b7915e More debugging; why is the shutdown handler sometimes not firing
  • a7b91ab Revert "Use HEAD macvim; it might be better?"
  • 44b8100 Add another test file from #43
  • 13f9e1f Use HEAD macvim; it might be better?
  • c275026 Remove log spam
  • 3edd158 Try and work out why the server exit handler isn't called
  • 6f9fe0c Increase timeout and yet more debug logging
  • 17b85d2 Reset the actual vimspector, not a fresh one
  • 325d39b Improve debugging of flaky tests
  • 7813f06 May make the tests less flaky
  • 4d48486 Wait for sign to be displayed
  • 3a6a8ca Increase default timeout
  • 1e54e45 Finally fix breakpoint bugs
  • 9fc0a16 Tidy up clearing breakpoints
  • e6904ac Fix some asserts
  • a7f5b46 Add some debug to breakpoints
  • 9ea25da Use setpos as it is clearer
  • 0464b45 Save the log file for failed tests
  • 34df47f Make reset reliable by waiting for it to finish
  • 942e04e Update the UI when the connection dies
  • 2f8a0b0 Update gdbserver comment
  • 264cd1a More tests
  • 9fcfa13 Common setup/cleardown
  • 14abf30 Factor out some common functions in breakpoint tests
  • 55c75fd Refactor test framework into a vim plugin.
  • 0813382 Merge pull request #45 from puremourning/variables-ref-variables
  • dbf3de9 Merge branch 'master' into variables-ref-variables
  • 98effd3 Allow dependent groups of variables in a list
  • 80f398a Merge pull request #44 from puremourning/variables-ref-variables
  • 59a8d1b Implenent most of the vscode variables
  • d8d22b1 Allow variables to reference other variables in other layers
  • be55649 Merge pull request #39 from puremourning/fix-tabpage-errors
  • cee10c8 fix tabpage errors
  • 1473e9d Merge pull request #37 from puremourning/c-sharp-samsung
  • a4db700 Add and document why mono debugger doesn't work
  • a894ae0 Add minimal test case for csharp
  • 25f45a7 Fix typo in event listener method 'OnEvent_capabilities'
  • 01c0f07 Tolerate buggy servers not supplying mandatory 'expensive' tag
  • 2f51c95 Add ability to install c-sharp netcoredbg
  • 3b854a8 Merge pull request #34 from puremourning/lgtm
  • ca4cb8a Fix flake8 errors and lgtm errors in install_gadget.py
  • 10baf4d Merge pull request #32 from puremourning/breakpoint-test-stepping
  • f4c971a Igmore stupid macOS dir
  • 92dc36f Add ptrace capability
  • 3a70b3d Make debugging actually work on linux by installing gdb. Also, add a manual image for testing the tests
  • 4f75f11 Increase timeout
  • d458d06 Use the same version as the current macvim
  • de3c513 Merge pull request #33 from puremourning/mergible
  • a4413dc Remove silly rule
  • 2293d29 Merge pull request #31 from puremourning/update-servers
  • c26fc82 Update servers
  • d199aec Mer...
Read more