Community
Participate
Working Groups
Build ID: I200710311244 Steps To Reproduce: class A def b puts 'aaa' puts 'bbb' self.b end end a = A.new a.b This causes SystemStackError, but Fast Debugger says nothing about the error, just terminates. More information:
Created attachment 81978 [details] Patch to fix the problem
Patch Applied.
bulk change: downgrading 1.0 to 0.95