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

Releases: rubyide/vscode-ruby

Fix autoClosingPairs issue

Choose a tag to compare

@rebornix rebornix released this 11 Sep 23:30
Merge pull request #55 from rubyide/dropAutoClosingPairs

Auto Closing Pairs causes settings load to fail

Align extension installation doc with Code

Choose a tag to compare

@rebornix rebornix released this 06 Sep 20:32

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

Add mailing list info in README

Choose a tag to compare

@rebornix rebornix released this 10 Mar 05:44
v0.2.1

fix typos

Basic fundamental support for ruby scripts debugging

Choose a tag to compare

@rebornix rebornix released this 08 Mar 02:56

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

Choose a tag to compare

@rebornix rebornix released this 04 Mar 07:52
v0.1.8

fix rdebug-ide invocation error on windows platform

Support variables evaluation and watch window

Choose a tag to compare

@rebornix rebornix released this 03 Mar 14:21
  • Debug console
  • Watch window
  • Variables evaluate/inspect

v0.1.5

Choose a tag to compare

@rebornix rebornix released this 01 Mar 14:36
  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

Choose a tag to compare

@rebornix rebornix released this 27 Feb 07:16

First version that simply works.