From: "NAKAMURA, Hiroshi" Date: 2003-02-26T17:00:15+09:00 Subject: Re: Debugger Not Working Hi, matz, > From: Yukihiro Matsumoto [mailto:matz@ruby-lang.org] > Sent: Wednesday, February 26, 2003 4:52 PM > In message "Re: Debugger Not Working" > on 03/02/26, "NAKAMURA, Hiroshi" writes: > > |> I was expecting something like ClassName::MethodName > > |Unfortunately, you cannot set to B#method_name > |explicitly for now. debug.rb does not check class name > |of a traced method. > > ?? "b" command accepts classname:methodname from the beginning. Sure. I slipped over the line "check_break_points" from 'call' event. (and I've never used the feature.) 'file = File.basename($1 || file)' is misleading... Regards, // NaHi