----- Messaggio originale -----
> Da: Derick Rethans <derick[@]xdebug.org>
> A: Mauro C. <incastrix[@]yahoo.it>
> Cc: xdebug-general[@]lists.xdebug.org
> Inviato: Mer 16 dicembre 2009, 18:02:40
> Oggetto: Re: [xdebug-general] Conditional breakpoint
>
> On Tue, 15 Dec 2009, Mauro C. wrote:
>
> > 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)
>
> Do you have a literal "base64($i > 1)" in the command, or: JGkgPiAx
> (the base64 encoded version of "$i > 1" ?
>
Forgot to convert expression :-)
but conditional breakpoint require line number, and breakpoint_get no return expression.
Mauro Casciari
Received on Wed Dec 16 2009 - 20:59:12 GMT
This archive was generated by hypermail 2.2.0 : Mon Jun 25 2018 - 06:00:04 BST