----- Messaggio originale -----
> Da: Mauro C. <incastrix[@]yahoo.it>
> A: xdebug-general[@]lists.xdebug.org
> Inviato: Mer 16 dicembre 2009, 00:02:32
> Oggetto: [xdebug-general] Conditional breakpoint
>
> Hi Derick,
>
> Have problem setting breakpoint condition:
>
> > $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).
forgot:
php 5.3.1 xdebug-trunk
Mauro Casciari
Received on Tue Dec 15 2009 - 23:18:41 GMT
This archive was generated by hypermail 2.2.0 : Mon Jun 25 2018 - 06:00:04 BST