Skip to content
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.

Releases: rubyide/vscode-ruby

Fix autoClosingPairs issue

11 Sep 23:30
Compare
Choose a tag to compare
Merge pull request #55 from rubyide/dropAutoClosingPairs

Auto Closing Pairs causes settings load to fail

Align extension installation doc with Code

06 Sep 20:32
Compare
Choose a tag to compare

Code changes a lot about how to install an extension so here we just align with it.

Add mailing list info in README

10 Mar 05:44
Compare
Choose a tag to compare

Basic fundamental support for ruby scripts debugging

08 Mar 02:56
Compare
Choose a tag to compare

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

04 Mar 07:52
Compare
Choose a tag to compare
v0.1.8

fix rdebug-ide invocation error on windows platform

Support variables evaluation and watch window

03 Mar 14:21
Compare
Choose a tag to compare
  • Debug console
  • Watch window
  • Variables evaluate/inspect

v0.1.5

01 Mar 14:36
Compare
Choose a tag to compare
  1. Add support for threading
  2. Move all debugger related communications to a separate class called RubyProcess and decouple it with DebugSession
  3. Enable multi files jumping

v0.1.0

27 Feb 07:16
Compare
Choose a tag to compare

First version that simply works.