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

break for thread call handler changed #124

Closed ViugiNick closed 6 years ago

valich commented 7 years ago

Unforunately, this heuristic does not work in some cases. We can consider every "new" thread as awaken thread from some special pool; in that case we won't track its calls but we should, of course.

My proposition is to disable tracking of our own debugger threads; all other threads must be inspected.