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
372 stars 83 forks source link

new strategy of notifying the dispatcher #134

Closed ViugiNick closed 6 years ago

ViugiNick commented 6 years ago

Now every new ruby process first ask the dispatcher in it's master debug process already started. And if not he becomes master himself. Also all sub-debugger print other greeting message than master

valich commented 6 years ago

Fixed up, squashed and merged.