Bug 5414 - <<(fhpd list>> mark where breakpoints are inserted
Summary: <<(fhpd list>> mark where breakpoints are inserted
Status: NEW
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Unassigned
URL:
Keywords:
Depends on:
Blocks: 2246 5421 5495
  Show dependency treegraph
 
Reported: 2007-11-27 19:46 UTC by Andrew Cagney
Modified: 2007-12-17 16:33 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Cagney 2007-11-27 19:46:03 UTC
Similar to the UI (to be done) so that the user can see where they have breakpoints.
Comment 1 Andrew Cagney 2007-12-17 16:33:21 UTC
Meeting 2007-12-12 included discussion over possible characters to mark:
  - current line
  - breakpoint
  - executable statement
there was consensus on one "->" vis:
  ->1234     current_line();
as a way to denote the current line.  From there several suggestions were made vis:
   *1234     a_breakpoint();
   >1234     a_breakpoint();
   b1234     a_breakpoint();
and:
   |1235     an_executable_statement();
   *1234     an_executable_statement();
   >1236     an_executable_statement();