| Anonymous | Login | Signup for a new account | 2013-05-23 12:04 CEST | ![]() |
| Main | My View | View Issues | Change Log | Roadmap |
| View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||||
| 0001198 | OCaml | OCaml general | public | 2002-06-13 09:41 | 2002-06-18 15:26 | ||||||
| Reporter | administrator | ||||||||||
| Assigned To | |||||||||||
| Priority | normal | Severity | feature | Reproducibility | always | ||||||
| Status | acknowledged | Resolution | open | ||||||||
| Platform | OS | OS Version | |||||||||
| Product Version | |||||||||||
| Target Version | Fixed in Version | ||||||||||
| Summary | 0001198: Wish: make 'break at function' work as good as 'break at line' | ||||||||||
| Description | Full_Name: mattias waldau Version: 3.04+13 OS: Mandrake 8.2 Submission from: h175n2fls34o849.telia.com (217.208.235.175) I always use break at line, since break at function only works if program initialized. If this is not fixed, maybe add as a trick to the manual In the following example, I can set a break point using the line number, but not using the function name. (ocd) set arg lookup_only.pl (ocd) break Intermediate.warn_if_not_ordered Loading program... done. The module path Intermediate is not yet initialized. Please run program forward until its initialization code is executed. (ocd) break @ Intermediate 76 Breakpoint 1 at 222696 : file Intermediate, line 76 column 3 (ocd) | ||||||||||
| Tags | No tags attached. | ||||||||||
| Attached Files | |||||||||||
Issue History |
|||
| Date Modified | Username | Field | Change |
| 2005-11-18 10:13 | administrator | New Issue | |
| Copyright © 2000 - 2011 MantisBT Group |