[haiku-bugs] [Haiku] #13362: Conditional breakpoints in debugger are erratic

  • From: "calvinb" <trac@xxxxxxxxxxxx>
  • Date: Thu, 02 Mar 2017 20:19:15 -0000

#13362: Conditional breakpoints in debugger are erratic
-----------------------------------+------------------------------
 Reporter:  calvinb                |        Owner:  anevilyak
     Type:  bug                    |       Status:  new
 Priority:  normal                 |    Milestone:  Unscheduled
Component:  Applications/Debugger  |      Version:  R1/Development
 Keywords:                         |   Blocked By:
 Blocking:                         |  Has a Patch:  0
 Platform:  All                    |
-----------------------------------+------------------------------
 While I can set breakpoints such as "handle != 0x3" or "0" and they
 evaluate as expected, but breakpoints like "size == 16" won't - they
 simply always evaluate as true even if the variable display shows this to
 be false. This is on hrev50988.

 To replicate this, I built Mono, and set a breakpoint on mono/metadata
 /w32file-unix.c line 1621 with a condition of "size == 16" - you should
 see it break on different values of "size."

--
Ticket URL: <https://dev.haiku-os.org/ticket/13362>
Haiku <https://dev.haiku-os.org>
The Haiku operating system.

Other related posts: