Bug 1702 - Intraline stepping
Summary: Intraline stepping
Status: NEW
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P3 normal
Target Milestone: ---
Assignee: Unassigned
URL:
Keywords:
Depends on:
Blocks: 1633 3346
  Show dependency treegraph
 
Reported: 2005-10-30 00:51 UTC by Andrew Cagney
Modified: 2006-11-28 16:45 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 2005-10-30 00:51:14 UTC
Break at semicolons (`for'' loop, macros)
Comment 1 Andrew Cagney 2005-11-01 20:59:55 UTC
I.e, being able to single step through:

   i = 0; j = 1; j = reallybigfunction();