ruby-debug / ruby-debug-ide

An interface which glues ruby-debug to IDEs like Eclipse (RDT), NetBeans and RubyMine.
https://www.jetbrains.com/ruby/features/ruby_debugger.html
Other
370 stars 83 forks source link

Added option to skip watting for start command #167

Closed FabioMR closed 4 years ago

FabioMR commented 5 years ago

I always keep the server running and use VSCode to attach to the active process. So it is more useful to skip the "wait for a start command" line.

iggycoder commented 4 years ago

Promoting this feature again since we have now 2 PRs for this - @Eusebius1920 referenced previous PR implementing the same.

Just to give perspective - other debuggers have features to start debugging in waiting or non-waiting mode:

Any chance to merge this?

ViugiNick commented 4 years ago

@iggycoder @FabioMR this PR looks much safer than https://github.com/ruby-debug/ruby-debug-ide/pull/145, we'll discuss it

FabioMR commented 4 years ago

@ViugiNick Sure, we can discuss it. What can i do to get this PR merged in?

ViugiNick commented 4 years ago

@FabioMR @iggycoder, For now, it remains only to wait for a colleague who has rights to merge PR's in this repo

iggycoder commented 4 years ago

Any updates regarding the colleague/merge of the PR?

ViugiNick commented 4 years ago

@FabioMR Could you please clarify, why do you need this change in gemspec?

FabioMR commented 4 years ago

@ViugiNick It was just to remove a deprecation warning message. If it is a problem, we can change it back.

ViugiNick commented 4 years ago

@FabioMR @iggycoder merged and ruby-debug-ide-0.7.1.beta1 released