Ticket #3000 (new feature request)
:break command should recognize also nonexported top level symbols in qualified IDs
| Reported by: | phercek | Owned by: | |
|---|---|---|---|
| Priority: | lowest | Milestone: | 7.6.2 |
| Component: | GHCi | Version: | 6.10.1 |
| Keywords: | debugger | Cc: | |
| Operating System: | Unknown/Multiple | Architecture: | Unknown/Multiple |
| Type of failure: | Difficulty: | Unknown | |
| Test Case: | Blocked By: | ||
| Blocking: | Related Tickets: |
Description
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).
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.
Change History
Note: See
TracTickets for help on using
tickets.
