Skip to content

Releases: puremourning/vimspector

506: Merge pull request #58 from puremourning/remember-choices

05 Oct 22:00
968a443
Compare
Choose a tag to compare

Changes:

  • 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
See More
  • 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 Merge pull request #28 from puremourning/readme
  • 62a2ad5 Install the gadgets again
  • 67b1213 Update README
  • e1625ce add example vimrc
  • a343dbf Add options to install_gadget.py
  • 85ea343 Merge pull request #27 from puremourning/azure-release
  • b0b4933 Fix package path again
  • 72b8ec3 Merge pull request #26 from puremourning/azure-release
  • b4332e4 Fix package structure
  • 4d2b2a5 Merge pull request #25 from puremourning/azure-release
  • 9a253df Create GitHub releases
  • 784a176 Merge pull request #24 from puremourning/lgtm
  • a33e935 Merge branch 'master' into 'lgtm'
  • ae8a8b9 Add lgtm config
  • 61a5c25 Merge pull request #23 from puremourning/update-mergify
  • 425f7b0 Add a comment when merging
  • 4a42ccb Merge pull request #21 from puremourning/test-clear-breakpoints
  • 132b284 Improve tests
  • 13f92e7 Update tests so they actually test and pass
  • f6e4b6c Read tests from command line and print test file name on failure
  • a2fac43 Move rarely useful script out of the way
  • 652fc4d Default VIMSPECTOR_MIMODE
  • 26f3ea1 Merge pull request #22 from adelarsq/patch-1
  • 3ef357a Removing #Demo section
  • 2c3baf5 Removing missing images and spell correction
  • c89eeec Merge pull request #20 from puremourning/lint
  • fc802b6 Run flake8 and vint in azure
  • e82035f Merge pull request #19 from puremourning/workaround-gdbserver
  • de136f5 Allow running a command after remote attach
  • 1984857 Merge pull request #18 from puremourning/winbar-typo
  • b3d05f4 Fix typo in UI
  • 47545f2 Merge pull request #17 from puremourning/run-tests-make
  • d7667c6 run_tests should build the test programs
  • 281f32b Merge pull request #16 from puremourning/upgade-cpptools
  • fd32aa2...
Read more

498

05 Oct 21:53
f29c5ae
Compare
Choose a tag to compare
498 Pre-release
Pre-release

Changes:

  • 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
See More
  • 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 Merge pull request #28 from puremourning/readme
  • 62a2ad5 Install the gadgets again
  • 67b1213 Update README
  • e1625ce add example vimrc
  • a343dbf Add options to install_gadget.py
  • 85ea343 Merge pull request #27 from puremourning/azure-release
  • b0b4933 Fix package path again
  • 72b8ec3 Merge pull request #26 from puremourning/azure-release
  • b4332e4 Fix package structure
  • 4d2b2a5 Merge pull request #25 from puremourning/azure-release
  • 9a253df Create GitHub releases
  • 784a176 Merge pull request #24 from puremourning/lgtm
  • a33e935 Merge branch 'master' into 'lgtm'
  • ae8a8b9 Add lgtm config
  • 61a5c25 Merge pull request #23 from puremourning/update-mergify
  • 425f7b0 Add a comment when merging
  • 4a42ccb Merge pull request #21 from puremourning/test-clear-breakpoints
  • 132b284 Improve tests
  • 13f92e7 Update tests so they actually test and pass
  • f6e4b6c Read tests from command line and print test file name on failure
  • a2fac43 Move rarely useful script out of the way
  • 652fc4d Default VIMSPECTOR_MIMODE
  • 26f3ea1 Merge pull request #22 from adelarsq/patch-1
  • 3ef357a Removing #Demo section
  • 2c3baf5 Removing missing images and spell correction
  • c89eeec Merge pull request #20 from puremourning/lint
  • fc802b6 Run flake8 and vint in azure
  • e82035f Merge pull request #19 from puremourning/workaround-gdbserver
  • de136f5 Allow running a command after remote attach
  • 1984857 Merge pull request #18 from puremourning/winbar-typo
  • b3d05f4 Fix typo in UI
  • 47545f2 Merge pull request #17 from puremourning/run-tests-make
  • d7667c6 run_tests should build the test programs
  • 281f32b Merge pull request #16 from puremourning/upgade-cpptools
  • fd32aa2 Upgrade cpptools to 0.22.1
  • 60e9e3e Merge pull request #15 from puremourning/clear-breakpoints
  • 470c646...
Read more

492: Merge pull request #57 from puremourning/fix-java-reset

01 Oct 22:11
0701bca
Compare
Choose a tag to compare

Changes:

  • 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
See More
  • 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 Merge pull request #28 from puremourning/readme
  • 62a2ad5 Install the gadgets again
  • 67b1213 Update README
  • e1625ce add example vimrc
  • a343dbf Add options to install_gadget.py
  • 85ea343 Merge pull request #27 from puremourning/azure-release
  • b0b4933 Fix package path again
  • 72b8ec3 Merge pull request #26 from puremourning/azure-release
  • b4332e4 Fix package structure
  • 4d2b2a5 Merge pull request #25 from puremourning/azure-release
  • 9a253df Create GitHub releases
  • 784a176 Merge pull request #24 from puremourning/lgtm
  • a33e935 Merge branch 'master' into 'lgtm'
  • ae8a8b9 Add lgtm config
  • 61a5c25 Merge pull request #23 from puremourning/update-mergify
  • 425f7b0 Add a comment when merging
  • 4a42ccb Merge pull request #21 from puremourning/test-clear-breakpoints
  • 132b284 Improve tests
  • 13f92e7 Update tests so they actually test and pass
  • f6e4b6c Read tests from command line and print test file name on failure
  • a2fac43 Move rarely useful script out of the way
  • 652fc4d Default VIMSPECTOR_MIMODE
  • 26f3ea1 Merge pull request #22 from adelarsq/patch-1
  • 3ef357a Removing #Demo section
  • 2c3baf5 Removing missing images and spell correction
  • c89eeec Merge pull request #20 from puremourning/lint
  • fc802b6 Run flake8 and vint in azure
  • e82035f Merge pull request #19 from puremourning/workaround-gdbserver
  • de136f5 Allow running a command after remote attach
  • 1984857 Merge pull request #18 from puremourning/winbar-typo
  • b3d05f4 Fix typo in UI
  • 47545f2 Merge pull request #17 from puremourning/run-tests-make
  • d7667c6 run_tests should build the test programs
  • 281f32b Merge pull request #16 from puremourning/upgade-cpptools
  • fd32aa2 Upgrade cpptools to 0.22.1
  • 60e9e3e Merge pull request #15 from puremourning/clear-breakpoints
  • 470c646 Add ClearBreakpoints API
  • e10a13e...
Read more

489: Merge pull request #56 from puremourning/terminal-improvement

01 Oct 21:49
e9d8608
Compare
Choose a tag to compare

Changes:

  • e9d8608 Merge pull request #56 from puremourning/terminal-improvement
  • 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
See More
  • 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 Merge pull request #28 from puremourning/readme
  • 62a2ad5 Install the gadgets again
  • 67b1213 Update README
  • e1625ce add example vimrc
  • a343dbf Add options to install_gadget.py
  • 85ea343 Merge pull request #27 from puremourning/azure-release
  • b0b4933 Fix package path again
  • 72b8ec3 Merge pull request #26 from puremourning/azure-release
  • b4332e4 Fix package structure
  • 4d2b2a5 Merge pull request #25 from puremourning/azure-release
  • 9a253df Create GitHub releases
  • 784a176 Merge pull request #24 from puremourning/lgtm
  • a33e935 Merge branch 'master' into 'lgtm'
  • ae8a8b9 Add lgtm config
  • 61a5c25 Merge pull request #23 from puremourning/update-mergify
  • 425f7b0 Add a comment when merging
  • 4a42ccb Merge pull request #21 from puremourning/test-clear-breakpoints
  • 132b284 Improve tests
  • 13f92e7 Update tests so they actually test and pass
  • f6e4b6c Read tests from command line and print test file name on failure
  • a2fac43 Move rarely useful script out of the way
  • 652fc4d Default VIMSPECTOR_MIMODE
  • 26f3ea1 Merge pull request #22 from adelarsq/patch-1
  • 3ef357a Removing #Demo section
  • 2c3baf5 Removing missing images and spell correction
  • c89eeec Merge pull request #20 from puremourning/lint
  • fc802b6 Run flake8 and vint in azure
  • e82035f Merge pull request #19 from puremourning/workaround-gdbserver
  • de136f5 Allow running a command after remote attach
  • 1984857 Merge pull request #18 from puremourning/winbar-typo
  • b3d05f4 Fix typo in UI
  • 47545f2 Merge pull request #17 from puremourning/run-tests-make
  • d7667c6 run_tests should build the test programs
  • 281f32b Merge pull request #16 from puremourning/upgade-cpptools
  • fd32aa2 Upgrade cpptools to 0.22.1
  • 60e9e3e Merge pull request #15 from puremourning/clear-breakpoints
  • 470c646 Add ClearBreakpoints API
  • e10a13e Fix reviewable typo and allow comment reviews
  • ec9dc77 You can't approve your own PRs, so make an exception to rely on reviewable only
  • d23c995 Use smart strict sorkflow to prev...
Read more

459: Merge pull request #51 from puremourning/python

18 Sep 11:42
4de1269
Compare
Choose a tag to compare

Changes:

See More
  • 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 Merge pull request #28 from puremourning/readme
  • 62a2ad5 Install the gadgets again
  • 67b1213 Update README
  • e1625ce add example vimrc
  • a343dbf Add options to install_gadget.py
  • 85ea343 Merge pull request #27 from puremourning/azure-release
  • b0b4933 Fix package path again
  • 72b8ec3 Merge pull request #26 from puremourning/azure-release
  • b4332e4 Fix package structure
  • 4d2b2a5 Merge pull request #25 from puremourning/azure-release
  • 9a253df Create GitHub releases
  • 784a176 Merge pull request #24 from puremourning/lgtm
  • a33e935 Merge branch 'master' into 'lgtm'
  • ae8a8b9 Add lgtm config
  • 61a5c25 Merge pull request #23 from puremourning/update-mergify
  • 425f7b0 Add a comment when merging
  • 4a42ccb Merge pull request #21 from puremourning/test-clear-breakpoints
  • 132b284 Improve tests
  • 13f92e7 Update tests so they actually test and pass
  • f6e4b6c Read tests from command line and print test file name on failure
  • a2fac43 Move rarely useful script out of the way
  • 652fc4d Default VIMSPECTOR_MIMODE
  • 26f3ea1 Merge pull request #22 from adelarsq/patch-1
  • 3ef357a Removing #Demo section
  • 2c3baf5 Removing missing images and spell correction
  • c89eeec Merge pull request #20 from puremourning/lint
  • fc802b6 Run flake8 and vint in azure
  • e82035f Merge pull request #19 from puremourning/workaround-gdbserver
  • de136f5 Allow running a command after remote attach
  • 1984857 Merge pull request #18 from puremourning/winbar-typo
  • b3d05f4 Fix typo in UI
  • 47545f2 Merge pull request #17 from puremourning/run-tests-make
  • d7667c6 run_tests should build the test programs
  • 281f32b Merge pull request #16 from puremourning/upgade-cpptools
  • fd32aa2 Upgrade cpptools to 0.22.1
  • 60e9e3e Merge pull request #15 from puremourning/clear-breakpoints
  • 470c646 Add ClearBreakpoints API
  • e10a13e Fix reviewable typo and allow comment reviews
  • ec9dc77 You can't approve your own PRs, so make an exception to rely on reviewable only
  • d23c995 Use smart strict sorkflow to prevent broken master
  • 6d3fc16 COrrect name of mergify config
  • cffaef6 Add mergify config
  • db1cf29...
Read more

431: Merge pull request #51 from puremourning/python

06 Aug 20:10
4de1269
Compare
Choose a tag to compare

Changes:

See more
  • 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 Merge pull request #28 from puremourning/readme
  • 62a2ad5 Install the gadgets again
  • 67b1213 Update README
  • e1625ce add example vimrc
  • a343dbf Add options to install_gadget.py
  • 85ea343 Merge pull request #27 from puremourning/azure-release
  • b0b4933 Fix package path again
  • 72b8ec3 Merge pull request #26 from puremourning/azure-release
  • b4332e4 Fix package structure
  • 4d2b2a5 Merge pull request #25 from puremourning/azure-release
  • 9a253df Create GitHub releases
  • 784a176 Merge pull request #24 from puremourning/lgtm
  • a33e935 Merge branch 'master' into 'lgtm'
  • ae8a8b9 Add lgtm config
  • 61a5c25 Merge pull request #23 from puremourning/update-mergify
  • 425f7b0 Add a comment when merging
  • 4a42ccb Merge pull request #21 from puremourning/test-clear-breakpoints
  • 132b284 Improve tests
  • 13f92e7 Update tests so they actually test and pass
  • f6e4b6c Read tests from command line and print test file name on failure
  • a2fac43 Move rarely useful script out of the way
  • 652fc4d Default VIMSPECTOR_MIMODE
  • 26f3ea1 Merge pull request #22 from adelarsq/patch-1
  • 3ef357a Removing #Demo section
  • 2c3baf5 Removing missing images and spell correction
  • c89eeec Merge pull request #20 from puremourning/lint
  • fc802b6 Run flake8 and vint in azure
  • e82035f Merge pull request #19 from puremourning/workaround-gdbserver
  • de136f5 Allow running a command after remote attach
  • 1984857 Merge pull request #18 from puremourning/winbar-typo
  • b3d05f4 Fix typo in UI
  • 47545f2 Merge pull request #17 from puremourning/run-tests-make
  • d7667c6 run_tests should build the test programs
  • 281f32b Merge pull request #16 from puremourning/upgade-cpptools
  • fd32aa2 Upgrade cpptools to 0.22.1
  • 60e9e3e Merge pull request #15 from puremourning/clear-breakpoints
  • 470c646 Add ClearBreakpoints API
  • e10a13e Fix reviewable typo and allow comment reviews
  • ec9dc77 You can't approve your own PRs, so make an exception to rely on reviewable only
  • d23c995 Use smart strict sorkflow to prevent broken master
  • 6d3fc16 COrrect name of mergify config
  • cffaef6 Add mergify config
  • db1cf29...
Read more

428: Merge pull request #50 from puremourning/go

03 Aug 21:22
daf3b80
Compare
Choose a tag to compare

Changes:

See more
  • 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 Merge pull request #28 from puremourning/readme
  • 62a2ad5 Install the gadgets again
  • 67b1213 Update README
  • e1625ce add example vimrc
  • a343dbf Add options to install_gadget.py
  • 85ea343 Merge pull request #27 from puremourning/azure-release
  • b0b4933 Fix package path again
  • 72b8ec3 Merge pull request #26 from puremourning/azure-release
  • b4332e4 Fix package structure
  • 4d2b2a5 Merge pull request #25 from puremourning/azure-release
  • 9a253df Create GitHub releases
  • 784a176 Merge pull request #24 from puremourning/lgtm
  • a33e935 Merge branch 'master' into 'lgtm'
  • ae8a8b9 Add lgtm config
  • 61a5c25 Merge pull request #23 from puremourning/update-mergify
  • 425f7b0 Add a comment when merging
  • 4a42ccb Merge pull request #21 from puremourning/test-clear-breakpoints
  • 132b284 Improve tests
  • 13f92e7 Update tests so they actually test and pass
  • f6e4b6c Read tests from command line and print test file name on failure
  • a2fac43 Move rarely useful script out of the way
  • 652fc4d Default VIMSPECTOR_MIMODE
  • 26f3ea1 Merge pull request #22 from adelarsq/patch-1
  • 3ef357a Removing #Demo section
  • 2c3baf5 Removing missing images and spell correction
  • c89eeec Merge pull request #20 from puremourning/lint
  • fc802b6 Run flake8 and vint in azure
  • e82035f Merge pull request #19 from puremourning/workaround-gdbserver
  • de136f5 Allow running a command after remote attach
  • 1984857 Merge pull request #18 from puremourning/winbar-typo
  • b3d05f4 Fix typo in UI
  • 47545f2 Merge pull request #17 from puremourning/run-tests-make
  • d7667c6 run_tests should build the test programs
  • 281f32b Merge pull request #16 from puremourning/upgade-cpptools
  • fd32aa2 Upgrade cpptools to 0.22.1
  • 60e9e3e Merge pull request #15 from puremourning/clear-breakpoints
  • 470c646 Add ClearBreakpoints API
  • e10a13e Fix reviewable typo and allow comment reviews
  • ec9dc77 You can't approve your own PRs, so make an exception to rely on reviewable only
  • d23c995 Use smart strict sorkflow to prevent broken master
  • 6d3fc16 COrrect name of mergify config
  • cffaef6 Add mergify config
  • db1cf29 Merge pull request #14 from ousttrue/fix_typo
  • 62130ad fix typo
  • 03d907d Update issue templates
  • 4f31c95 Fix flake8 errors
  • 2678e66...
Read more

397: Merge pull request #49 from puremourning/go

31 Jul 18:25
f8fc171
Compare
Choose a tag to compare

Changes:

  • 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
See more
  • 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 Merge pull request #28 from puremourning/readme
  • 62a2ad5 Install the gadgets again
  • 67b1213 Update README
  • e1625ce add example vimrc
  • a343dbf Add options to install_gadget.py
  • 85ea343 Merge pull request #27 from puremourning/azure-release
  • b0b4933 Fix package path again
  • 72b8ec3 Merge pull request #26 from puremourning/azure-release
  • b4332e4 Fix package structure
  • 4d2b2a5 Merge pull request #25 from puremourning/azure-release
  • 9a253df Create GitHub releases
  • 784a176 Merge pull request #24 from puremourning/lgtm
  • a33e935 Merge branch 'master' into 'lgtm'
  • ae8a8b9 Add lgtm config
  • 61a5c25 Merge pull request #23 from puremourning/update-mergify
  • 425f7b0 Add a comment when merging
  • 4a42ccb Merge pull request #21 from puremourning/test-clear-breakpoints
  • 132b284 Improve tests
  • 13f92e7 Update tests so they actually test and pass
  • f6e4b6c Read tests from command line and print test file name on failure
  • a2fac43 Move rarely useful script out of the way
  • 652fc4d Default VIMSPECTOR_MIMODE
  • 26f3ea1 Merge pull request #22 from adelarsq/patch-1
  • 3ef357a Removing #Demo section
  • 2c3baf5 Removing missing images and spell correction
  • c89eeec Merge pull request #20 from puremourning/lint
  • fc802b6 Run flake8 and vint in azure
  • e82035f Merge pull request #19 from puremourning/workaround-gdbserver
  • de136f5 Allow running a command after remote attach
  • 1984857 Merge pull request #18 from puremourning/winbar-typo
  • b3d05f4 Fix typo in UI
  • 47545f2 Merge pull request #17 from puremourning/run-tests-make
  • d7667c6 run_tests should build the test programs
  • 281f32b Merge pull request #16 from puremourning/upgade-cpptools
  • fd32aa2 Upgrade cpptools to 0.22.1
  • 60e9e3e Merge pull request #15 from puremourning/clear-breakpoints
  • 470c646 Add ClearBreakpoints API
  • e10a13e Fix reviewable typo and allow comment reviews
  • ec9dc77 You can't approve your own PRs, so make an exception to rely on reviewable only
  • d23c995 Use smart strict sorkflow to prevent broken master
  • 6d3fc16 COrrect name of mergify config
  • cffaef6 Add mergify config
  • db1cf29 Merge pull request #14 from ousttrue/fix_typo
  • 62130ad fix typo
  • 03d907d Update issue templates
  • 4f31c95 Fix flake8 errors
  • 2678e66 Add pipeline badge
  • cd5cd59 Merge branch 'remote-bp'
  • 5cb6f9c Actually the tclconfig.sh in system headers contains bogus paths. You just need homebrew
  • d24515a Fix default adapter config
  • c9138c4 Upgrade python gadget
  • e80c874 Toggle the state before handling the message. I think this implies there is some re-entrancy here that i am not handling correctly, but this fixes an issue with vscode-python (for now)
  • 67f7402 Fix flake8 errors
  • 88bac78 Merge branch 'b...
Read more

371: Merge pull request #47 from puremourning/cpp-linux-cs

29 Jul 19:22
77e250b
Compare
Choose a tag to compare

Changes:

  • 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?
See more
  • 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 Merge pull request #28 from puremourning/readme
  • 62a2ad5 Install the gadgets again
  • 67b1213 Update README
  • e1625ce add example vimrc
  • a343dbf Add options to install_gadget.py
  • 85ea343 Merge pull request #27 from puremourning/azure-release
  • b0b4933 Fix package path again
  • 72b8ec3 Merge pull request #26 from puremourning/azure-release
  • b4332e4 Fix package structure
  • 4d2b2a5 Merge pull request #25 from puremourning/azure-release
  • 9a253df Create GitHub releases
  • 784a176 Merge pull request #24 from puremourning/lgtm
  • a33e935 Merge branch 'master' into 'lgtm'
  • ae8a8b9 Add lgtm config
  • 61a5c25 Merge pull request #23 from puremourning/update-mergify
  • 425f7b0 Add a comment when merging
  • 4a42ccb Merge pull request #21 from puremourning/test-clear-breakpoints
  • 132b284 Improve tests
  • 13f92e7 Update tests so they actually test and pass
  • f6e4b6c Read tests from command line and print test file name on failure
  • a2fac43 Move rarely useful script out of the way
  • 652fc4d Default VIMSPECTOR_MIMODE
  • 26f3ea1 Merge pull request #22 from adelarsq/patch-1
  • 3ef357a Removing #Demo section
  • 2c3baf5 Removing missing images and spell correction
  • c89eeec Merge pull request #20 from puremourning/lint
  • fc802b6 Run flake8 and vint in azure
  • e82035f Merge pull request #19 from puremourning/workaround-gdbserver
  • de136f5 Allow running a command after remote attach
  • 1984857 Merge pull request #18 from puremourning/winbar-typo
  • b3d05f4 Fix typo in UI
  • 47545f2 Merge pull request #17 from puremourning/run-tests-make
  • d7667c6 run_tests should build the test programs
  • 281f32b Merge pull request #16 from puremourning/upgade-cpptools
  • fd32aa2 Upgrade cpptools to 0.22.1
  • 60e9e3e Merge pull request #15 from puremourning/clear-breakpoints
  • 470c646 Add ClearBreakpoints API
  • e10a13e Fix reviewable typo and allow comment reviews
  • ec9dc77 You can't approve your own PRs, so make an exception to rely on reviewable only
  • d23c995 Use smart strict sorkflow to prevent broken master
  • 6d3fc16 COrrect name of mergify config
  • cffaef6 Add mergify config
  • db1cf29 Merge pull request #14 from ousttrue/fix_typo
  • 62130ad fix typo
  • 03d907d Update issue templates
  • 4f31c95 Fix flake8 errors
  • 2678e66 Add pipeline badge
  • cd5cd59 Merge branch 'remote-bp'
  • 5cb6f9c Actually the tclconfig.sh in system headers contains bogus paths. You just need homebrew
  • d24515a Fix default adapter config
  • c9138c4 Upgrade python gadget
  • e80c874 Toggle the state before handling the message. I think this implies there is some re-entrancy here that i am not handling correctly, but this fixes an issue with vscode-python (for now)
  • 67f7402 Fix flake8 errors
  • 88bac78 Merge branch 'breakpoints-list' into remote-bp
  • cc7af4b Make sure that single commands still work
  • 9e1cd10 When restarting, make sure that we have some configuraiton
  • 629d6bf Allow variables to come from shell commands
  • 174923c Rudimentary support for exception breakpoint options
  • 5416867 Use a list comprehension and try and catch some nasites
  • 01c0dca Fix s...
Read more

358: Merge pull request #46 from puremourning/variables-ref-variables

27 Jul 10:37
0871bd9
Compare
Choose a tag to compare

Changes:

  • 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
See more
  • 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 Merge pull request #28 from puremourning/readme
  • 62a2ad5 Install the gadgets again
  • 67b1213 Update README
  • e1625ce add example vimrc
  • a343dbf Add options to install_gadget.py
  • 85ea343 Merge pull request #27 from puremourning/azure-release
  • b0b4933 Fix package path again
  • 72b8ec3 Merge pull request #26 from puremourning/azure-release
  • b4332e4 Fix package structure
  • 4d2b2a5 Merge pull request #25 from puremourning/azure-release
  • 9a253df Create GitHub releases
  • 784a176 Merge pull request #24 from puremourning/lgtm
  • a33e935 Merge branch 'master' into 'lgtm'
  • ae8a8b9 Add lgtm config
  • 61a5c25 Merge pull request #23 from puremourning/update-mergify
  • 425f7b0 Add a comment when merging
  • 4a42ccb Merge pull request #21 from puremourning/test-clear-breakpoints
  • 132b284 Improve tests
  • 13f92e7 Update tests so they actually test and pass
  • f6e4b6c Read tests from command line and print test file name on failure
  • a2fac43 Move rarely useful script out of the way
  • 652fc4d Default VIMSPECTOR_MIMODE
  • 26f3ea1 Merge pull request #22 from adelarsq/patch-1
  • 3ef357a Removing #Demo section
  • 2c3baf5 Removing missing images and spell correction
  • c89eeec Merge pull request #20 from puremourning/lint
  • fc802b6 Run flake8 and vint in azure
  • e82035f Merge pull request #19 from puremourning/workaround-gdbserver
  • de136f5 Allow running a command after remote attach
  • 1984857 Merge pull request #18 from puremourning/winbar-typo
  • b3d05f4 Fix typo in UI
  • 47545f2 Merge pull request #17 from puremourning/run-tests-make
  • d7667c6 run_tests should build the test programs
  • 281f32b Merge pull request #16 from puremourning/upgade-cpptools
  • fd32aa2 Upgrade cpptools to 0.22.1
  • 60e9e3e Merge pull request #15 from puremourning/clear-breakpoints
  • 470c646 Add ClearBreakpoints API
  • e10a13e Fix reviewable typo and allow comment reviews
  • ec9dc77 You can't approve your own PRs, so make an exception to rely on reviewable only
  • d23c995 Use smart strict sorkflow to prevent broken master
  • 6d3fc16 COrrect name of mergify config
  • cffaef6 Add mergify config
  • db1cf29 Merge pull request #14 from ousttrue/fix_typo
  • 62130ad fix typo
  • 03d907d Update issue templates
  • 4f31c95 Fix flake8 errors
  • 2678e66 Add pipeline badge
  • cd5cd59 Merge branch 'remote-bp'
  • 5cb6f9c Actually the tclconfig.sh in system headers contains bogus paths. You just need homebrew
  • d24515a Fix default adapter config
  • c9138c4 Upgrade python gadget
  • e80c874 Toggle the state before handling the message. I think this implies there is some re-entrancy here that i am not handling correctly, but this fixes an issue with vscode-python (for now)
  • 67f7402 Fix flake8 errors
  • 88bac78 Merge branch 'breakpoints-list' into remote-bp
  • cc7af4b Make sure that single commands still work
  • 9e1cd10 When restarting, make sure that we have some configuraiton
  • 629d6bf Allow variables to come from shell commands
  • 174923c Rudimentary support for exception breakpoint options
  • 5416867 Use a list comprehension and try and catch some nasites
  • 01c0dca Fix signs
  • 8528d80 Fix breakpoints
  • 14f6814 Improve gadget installation; add system wide adapter con...
Read more