| Summary: | Line Stepping one-line-loopers should loop until user stops | ||
|---|---|---|---|
| Product: | frysk | Reporter: | Mike Cvet <mcvet> |
| Component: | general | Assignee: | Mike Cvet <mcvet> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Host: | Target: | ||
| Build: | Last reconfirmed: | ||
| Project(s) to access: | ssh public key: | ||
| Bug Depends on: | |||
| Bug Blocks: | 2935, 3346 | ||
|
Description
Mike Cvet
2006-12-11 21:36:23 UTC
2007-03-22 Mike Cvet <mcvet@redhat.com> * RunState.java (lineCountMap): Removed. Fixes #3700. (RunState): Removed above HashMap. Line stepping a one-line looper will now continue to loop until a user-requested stop. (setUp): Removed above HashMap. (setUpLineStep): Ditto. (stepIn): Removed code assuming lines have a finite number of instructions to step. * TestRunState.java (setUpTest): Step only the main Task. (stepAssertions): Removed references to signal-thread looping. |