Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>rspec-debugNew to Visual Studio Code? Get it now.
rspec-debug

rspec-debug

Martín Mallea

|
1,982 installs
| (0) | Free
Run RSpec specs on Debug Console
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

rspec-debug README

This is a Plugin designed to launch RSpec specs files in VSCode Debug Console.

Features

  • Run all specs in workspace.
  • Run specs from current file.
  • Run specs from current file at current line.

Requirements

You need ruby-debug-ide gem installed to run the debugger. You could use gem install ruby-debug-ide or add gem 'ruby-debug-ide' and gem debase to your Gemfile.

Extension Settings

  • bundlerPath: Path to your bundler
  • useBundler: When it is active, run `r

Known Issues

None

Release Notes

Users appreciate release notes as you update your extension.

1.0.0

Initial release of ...

1.0.1

Fixed issue #.

1.1.0

Added features X, Y, and Z.


Working with Markdown

Note: You can author your README using Visual Studio Code. Here are some useful editor keyboard shortcuts:

  • Split the editor (Cmd+\ on macOS or Ctrl+\ on Windows and Linux)
  • Toggle preview (Shift+CMD+V on macOS or Shift+Ctrl+V on Windows and Linux)
  • Press Ctrl+Space (Windows, Linux) or Cmd+Space (macOS) to see a list of Markdown snippets

For more information

  • Visual Studio Code's Markdown Support
  • Markdown Syntax Reference

Enjoy!

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft