/* * call-seq: * Debugger.track_fame_args? -> bool * * Returns +true+ if the debugger track frame argument values on calls. */ static VALUE debug_track_frame_args(VALUE self) { return track_frame_args; }