Project

General

Profile

Feature #8263

Updated by ko1 (Koichi Sasada) about 7 years ago

=begin 
 Related to #8215, when debugging a multi-Fiber application or library it is useful to be able to look at the stack for the `Thread` (({Thread})) which is possible right now.  
 Currently it is not possible to discover where the Fiber was yielded.  

 Is this something that could be added? 

 [Thread.backtrace example](https://gist.github.com/halorgium/f63abf177a96d7113ce3) ((<Thread.backtrace example|URL:https://gist.github.com/halorgium/f63abf177a96d7113ce3>)) 
 =end

Back