[haiku-bugs] Re: [Haiku] #9777: Improve breakpoint list editing

  • From: "bonefish" <trac@xxxxxxxxxxxx>
  • Date: Sat, 18 May 2013 14:48:22 -0000

#9777: Improve breakpoint list editing
-------------------------------------+----------------------------
   Reporter:  bonefish               |      Owner:  anevilyak
       Type:  enhancement            |     Status:  new
   Priority:  normal                 |  Milestone:  Unscheduled
  Component:  Applications/Debugger  |    Version:  R1/Development
 Resolution:                         |   Keywords:
 Blocked By:                         |   Blocking:
Has a Patch:  0                      |   Platform:  All
-------------------------------------+----------------------------

Comment (by bonefish):

 A few thoughts:
  * I would break out the watchpoints into a separate tab only, if it makes
 sense from UI point of view. Code design shouldn't guide that decision. A
 reason for keeping breakpoints and watchpoints in one list is that one
 normally doesn't have a lot of either. I don't know what additional
 detailed information you're thinking about displaying for watchpoints, but
 I guess the same can be done in a joined table. The column names might
 have to be generalized a bit.
  * The table model classes lack editing capabilities. With those it would
 be a lot easier to implement table editing operations (at least removing
 and moving rows) in a general way.
  * ... particularly with a helper proxy model that joins a list of other
 models. This way separate models could be implemented for breakpoints and
 watchpoints.

--
Ticket URL: <http://dev.haiku-os.org/ticket/9777#comment:2>
Haiku <http://dev.haiku-os.org>
Haiku - the operating system.

Other related posts: