[xdebug-general] Some issues...

From: Alexander Adam <alex.adam[@]evolgrafix.com>
Date: Wed Mar 08 2006 - 14:05:41 CET

Hi!

First: Great work on Xdebug, when are we supposed to see a new Beta 6 or
even Release of v2?
Now here're two things I'm fighting with right now:

The Type "conditional" doesn't seem to work.. So how am I supposed to jump
to a breakpoint only for a specific condition?
E.g. Here:

$i = 55;
Echo $i; <-- break here only if $i == 10

Second thing -- The hit_value thing doesn't seem to work. Having a loop like
this:

For($i=0; $i<10; $i++) {
        echo $i;
}

And having a hit_value of == 5, it still breaks from 0..10?

Thanks for any insights and help on how to get this working!

Alexander Adam

--
EvolGrafiX - http://www.EvolGrafiX.com
GoSVG!.NET - http://www.GoSVG.net 
Phone: +49 991 3831719
Received on Wed Mar 8 14:05:53 2006

This archive was generated by hypermail 2.1.8 : Thu Aug 28 2008 - 05:00:16 CEST