#3000: :break command should recognize also nonexported top level symbols in
qualified IDs
------------------------------+---------------------------------------------
 Reporter:  phercek           |          Owner:                  
     Type:  feature request   |         Status:  new             
 Priority:  normal            |      Milestone:                  
Component:  GHCi              |        Version:  6.10.1          
 Severity:  normal            |     Resolution:                  
 Keywords:  debugger          |       Testcase:                  
       Os:  Unknown/Multiple  |   Architecture:  Unknown/Multiple
------------------------------+---------------------------------------------
Comment (by phercek):

 Actually it would be cool if function names of the form'' ( '''conid .'''
 )* ( '''varid .''' )* '''varid''' '' could be recognized too.[[BR]]
 The identifer can have a sequence of '''varid'''s at the end. The idea is
 to identify a function which is defined in a where clause (or even a let
 clause (the first let function with given name)).[[BR]]
 E.g. for this source file:
 {{{
 fn s = 'a' : add s
   where add = (++"z")
 }}}
 it could look like ''':break Main.fn.add''' and it would be tha same as
 ''':break 2''' (breakpoint on 'add').

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/3000#comment:1>
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