preview4 debugger bug?

Ask a Question related to Ruby, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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...
    3. 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...
    4. 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...
    5. 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'
  3. #2

    Default Re: preview4 debugger bug?

    Hi,
    > From: "Tim Hunter" <cyclists@nc.rr.com>
    > Sent: Wednesday, July 30, 2003 11:21 AM
    > 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?
    Though I don't remember such a problem with preview4 or the
    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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139