vscode-rdbg icon indicating copy to clipboard operation
vscode-rdbg copied to clipboard

rdbg just hangs with a BP set on the first line of the program

Open monochromec opened this issue 9 months ago • 2 comments

Steps to reproduce:

  1. Install latest VS Code version (1.99.0)
  2. Install latest rdbg extension version (0.0.2)
  3. Set up launch configuration as per the instructions in the marketplace (also installing rdbg and the debug gem)
  4. Set breakpoint at first line of the program
  5. Launch using "Start debugging" with the newly created launch config
  6. VS Code hangs and there's clock symbol on the Debug icon on the activity bar

Ruby version: 3.4.0 (Homebrew installation) on OSX 15.4.

Please let me know if additional info is required - more than happy to help.

monochromec avatar Apr 06 '25 12:04 monochromec

Hmm sorry I have no idea. Could you check logs?

ko1 avatar Apr 12 '25 03:04 ko1

~/Library/Application Support/Code/logs/20250412T115647/window1/exthost/output_logging_20250412T115648/2-rdbg.log:

Running: /bin/zsh -lic rdbg --command --open --stop-at-load -- ruby <script filename as defined in launch.json>

monochromec avatar Apr 12 '25 10:04 monochromec