Re: [GHC] #1534: [Debugger] Watch on accesses of "variables"

2008-07-14 Thread GHC
#1534: [Debugger] Watch on accesses of "variables"
---+
 Reporter:  [EMAIL PROTECTED]  |  Owner: 
 Type:  feature request| Status:  new
 Priority:  normal |  Milestone:  6.12 branch
Component:  GHCi   |Version:  6.7
 Severity:  normal | Resolution: 
 Keywords: | Difficulty:  Unknown
 Testcase: |   Architecture:  Unknown
   Os:  Unknown|  
---+
Changes (by igloo):

  * milestone:  6.10 branch => 6.12 branch

-- 
Ticket URL: 
GHC 
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #1534: [Debugger] Watch on accesses of "variables"

2007-07-22 Thread GHC
#1534: [Debugger] Watch on accesses of "variables"
--+-
Reporter:  [EMAIL PROTECTED]  |Owner: 
Type:  feature request|   Status:  new
Priority:  normal |Milestone:  6.10   
   Component:  GHCi   |  Version:  6.7
Severity:  normal |   Resolution: 
Keywords: |   Difficulty:  Unknown
  Os:  Unknown| Testcase: 
Architecture:  Unknown|  
--+-
Changes (by igloo):

  * milestone:  => 6.10

Comment:

 I'll leave feasibility discussions up to the debugger guys, but I don't
 think this will happen in the 6.8 timeframe regardless.

-- 
Ticket URL: 
GHC 
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


[GHC] #1534: [Debugger] Watch on accesses of "variables"

2007-07-13 Thread GHC
#1534: [Debugger] Watch on accesses of "variables"
+---
  Reporter:  [EMAIL PROTECTED]  |  Owner: 
  Type:  feature request| Status:  new
  Priority:  normal |  Milestone: 
 Component:  GHCi   |Version:  6.7
  Severity:  normal |   Keywords: 
Difficulty:  Unknown| Os:  Unknown
  Testcase: |   Architecture:  Unknown
+---
I would like to put a "watch" on certain parts of records. With such a
 watch in place, when writing to such a part of a record (e.g. foo{bar = 2}
 a new break point would be activated and the current line number would be
 shown somewhere. I believe the "watch" terminology is used in other
 debuggers. Often such a breakpoint will halt in a set_foo_bar function.
 This obviously would be the wrong result. The result should be a chain of
 calls like in the output of -xc. The user should be able to quickly move
 through such chains (with showing line numbers, etc).

-- 
Ticket URL: 
GHC 
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs