Ticket #680 (closed Bugs: fixed)
Actual variable value did not refreshed in variables views
| Reported by: | zhil | Owned by: | incastrix |
|---|---|---|---|
| Priority: | 7 | Milestone: | 1.2.2 |
| Component: | XDebug | Version: | 1.2.x |
| Keywords: | debugger, xdebug | Cc: |
Description
Steps to reproduce
1. Create new php file <?php for ($i=1;$i<100;$i++) {
print $i;
} ?>
2. Set breakpoint to the "print $i" 3. Open "Variables" views. 4. Start debugging. 5. After script will stop, if you will use F5/F6 (Step debug) to debug - variables values will be refreshed correctly. But if you will hit F8 (RUN) script will run, break in the same line, but $i value will not be refreshed. You may press F8 any times - $i will be the same, however script is executed.
Change History
Note: See
TracTickets for help on using
tickets.
