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

exec monkey patch fix #88

Closed equivalence1 closed 7 years ago

equivalence1 commented 7 years ago

exec system call fixed -- when user called it debugger did not attached to the "new process". This should fix this issue: https://youtrack.jetbrains.com/issue/RUBY-18865