This repository has been archived by the owner on Jul 31, 2023. It is now read-only.
Releases: rubyide/vscode-ruby
Releases · rubyide/vscode-ruby
Fix autoClosingPairs issue
Merge pull request #55 from rubyide/dropAutoClosingPairs Auto Closing Pairs causes settings load to fail
Align extension installation doc with Code
Code changes a lot about how to install an extension so here we just align with it.
Add mailing list info in README
v0.2.1 fix typos
Basic fundamental support for ruby scripts debugging
We already have most of the functionality for ruby scripts debugging
- Line breakpoints (add, delete, disable, enable)
- Step over, step in, step out, continue, pause
- Multiple, parallel threads
- Call stack
- Scope, global variables
- Debug console
- Watch window
- Variables evaluate/inspect
- Stop on entry
- Breaking on uncaught exceptions and errors
Fix rdebug-ide process invocation error on windows
v0.1.8 fix rdebug-ide invocation error on windows platform
Support variables evaluation and watch window
- Debug console
- Watch window
- Variables evaluate/inspect