im using Phped for a while and i have a problem with that
i post a simple code to show my problem:
1:<?php
2: echo "First<br>";
3: for($i=0;$i<=10;$i++)
4: echo $i,"<br>";
5: echo "Last";
6:?>
|
when debuging this code step by step (using F7,Step Into) it run ok until line 3 and after another F7 it jump to line 5 and execute whole FOR with 1 press, i assume its from implementation of PhpED but how i can run line 4 step by step if i want to see them individually on the output window? is there anyway or u guys just prefer to be like this. im fan of C++ and very familiar with old way.
thanks for your support.
Edit:
i dont know if i should post it here or on "PhpED PHP IDE / Windows" section. if i made a mistake tell me i will move it there
my software info:
Windows XP SP2, PhpED 5.2 Pro.