add additional CF info for CI env
Introduce new RUBY_DEBUG option 'ci' to inform Ruby interpreter that an interpreter is running on CI environment.
With this option, rb_bug() shows more information includes method entry information, local variables information for each control frame.
rb_bug()
add additional CF info for CI env
Introduce new RUBY_DEBUG option 'ci' to inform Ruby interpreter
that an interpreter is running on CI environment.
With this option,
rb_bug()shows more information includesmethod entry information, local variables information for each
control frame.