Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy. This forum is not for asking programming related questions.
Is there a debugger that allows me to have my website open in a browser and debug as I surf through my site?
The problem i have is inside some code on a shoping cart, I need to login and add items to the cart.
What I need to be able to do is to go through this process of adding items to the cart and set break points in the code and then be able to step into, over and so on.
I have tried the Zend IDE and just could not figure it out at all....
Help with finding something useful would be most appreciated.
hairyjim wrote:Is there a debugger that allows me to have my website open in a browser and debug as I surf through my site?
The problem i have is inside some code on a shoping cart, I need to login and add items to the cart.
What I need to be able to do is to go through this process of adding items to the cart and set break points in the code and then be able to step into, over and so on.
I have tried the Zend IDE and just could not figure it out at all....
Help with finding something useful would be most appreciated.
I got the nusphere one working and to my delight I can step in, over and out of functions. Look at variable values, check array assignments and so...almost a dream come true.