Hi Derick, hi to all,
code:
/var/www/index.php
<?
....
10 $a = 10;
11 $b = 20;
12 $c = 30;
......
?>
Run DebugClient, request page and:
breakpoint_set -i 1 -t line -f file:///var/www/index.php -n 10
breakpoint_set -i 2 -t line -f file:///var/www/index.php -n 12
run -i 3
response: run break ok 10
step_over -i 4
response: step_over break ok 11
step_over -i 5
response: step_over break ok 12
step_over -i 6
response: step_over break ok 12
I don't know if there are problem like this with step_into or step_out.
Ciao
Mauro Casciari
___________________________________
L'email della prossima generazione? Puoi averla con la nuova Yahoo! Mail: http://it.docs.yahoo.com/nowyoucan.html
Received on Tue Jun 05 2007 - 18:16:13 BST
This archive was generated by hypermail 2.2.0 : Mon Jun 25 2018 - 06:00:04 BST