Ask a Question related to Ruby, Design and Development.
-
Tim Hunter #1
preview4 debugger bug?
It seems to me that the debugger in 1.8.0preview4 always acts as if I've
used the 's' command. That is, it stops on every line and enters every
file even if I've defined a breakpoint and issued the 'c' command.
Anybody else noticed this behavior?
Tim Hunter Guest
-
flash debugger.
Guys, I need to debug flash file. Is there any macromedia flash debugger. can you pls give the site url where can I found them. Your quick... -
debugger
Hello all, When using the perl debugger, is there a way to load in the breakpoints and watch variables that I want from a file. I am using it now... -
debugger for AIX
On Thu, 31 Jul 2003 20:25:54 +0300 "Geeco" <hey01@luukku.com> wrote: Hello, I've never used dbx, ddd. But I have some experience of using... -
ruby 1.8.0 preview4
>>>>> "Y" == Yukihiro Matsumoto <matz@ruby-lang.org> writes: Y> I just put preview4 archive on the ftp server. This change is normal (in... -
ruby 1.8.0 preview4 - c in debug doesn't work?
c:\temp>ruby -v ruby 1.8.0 (2003-07-24) c:\temp>more tmp.rb puts 'hey' puts 'hey' puts 'hey' puts 'hey' puts 'hey' puts 'hey' -
NAKAMURA, Hiroshi #2
Re: preview4 debugger bug?
Hi,
> From: "Tim Hunter" <cyclists@nc.rr.com>
> Sent: Wednesday, July 30, 2003 11:21 AMThough I don't remember such a problem with preview4 or the> It seems to me that the debugger in 1.8.0preview4 always acts as if I've
> used the 's' command. That is, it stops on every line and enters every
> file even if I've defined a breakpoint and issued the 'c' command.
>
> Anybody else noticed this behavior?
like CVS version, I could slip it.
I fixed 2 glitches about breakpoint handling at preview5.
Do you still have the same problem on preview5?
// NaHi
NAKAMURA, Hiroshi Guest



Reply With Quote

