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

Feature request: Attaching debugger to existing process #125

@pelletencate

Description

@pelletencate

The latest (beta) versions of ruby-debug-ide have support for attaching a Ruby debugger to existing processes. A nice implementation is done in Rubymine, where you can get a list of currently running ruby processes and select one to attach a debugger to. It works flawless on OS X, whether I attach to a rails server, Sidekiq, even a Zeus slave, and the nice thing is, killing the debugger detaches it again, making the original process go as fast as it went before the debugger was attached.

It would be super awesome to be able to do the same in VSCode, and I think – since the code is already there in the ruby-debug-ide gem – it should be manageable to do. Also, this will solve any problem people have with the debugger not finding the right environment (e.g. with rvm in a custom gemset).

Metadata

Metadata

Assignees

Labels

feature-requestAdds currently unsupported functionality

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions