Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 299 Bytes

File metadata and controls

11 lines (6 loc) · 299 Bytes

Simple Ruby Script Debugging in VS Code

This project contains a minimal example of debugging a ruby script using VS Code.

Prerequisites

  • Docker installed and running

Example

Set a breakpoint in app.rb, then start the debugger Ruby: Debug current file using the VS Code debug menu.