Hi Derick,
Have problem setting breakpoint condition:
<?php
$i = 10;
echo $i;
breakpoint_set -i 1 -t conditional -f file:///var/www/phpeclipse/conditional_breakpoint.php -n 3 -- base64($i > 1)
or
breakpoint_set -i 1 -t line -f file:///var/www/phpeclipse/conditional_breakpoint.php -n 3 -- base64($i > 1)
when I resume xdebug response is "stopping".
also if not set line number receive an error. In DBGp docs line number is optional (conditional type).
Mauro Casciari
Received on Tue Dec 15 2009 - 23:09:13 GMT
This archive was generated by hypermail 2.2.0 : Mon Jun 25 2018 - 06:00:04 BST