#3000: :break command should recognize also nonexported top level symbols in
qualified IDs
-----------------------------+----------------------------------------------
Reporter:  phercek           |          Owner:                  
    Type:  feature request   |         Status:  new             
Priority:  normal            |      Component:  GHCi            
 Version:  6.10.1            |       Severity:  normal          
Keywords:  debugger          |       Testcase:                  
      Os:  Unknown/Multiple  |   Architecture:  Unknown/Multiple
-----------------------------+----------------------------------------------
 When a breakpoint is defined for a qualified function name ('' (''' conid
 . ''')+ '''varid''' ''). Then the name should be found even when it is not
 exported (i.e. when varid is not in the export list).[[BR]]
 The qualification ensures no ambiguity can happen so it should be allowed
 since it is line number independent which means breakpoint definitions
 sourced with ":." would be more robust against code modifications.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/3000>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to