I just installed MACGDBp and have a small issue with getting it to work correctly.
I'm using ZendAmf (framework v1.7.2) for my Flex/Flash development which requires an index.php file to setup/access the classes.
When I set a breakpoint within a particular class, the index.php file triggers a break instead. I can step through the lines but when I reach the end of the file the debugging session ends without reaching the breakpoint I set.
Try pressing the run button (it looks like the VCR play button) because that will execute the script until it hits a breakpoint or the end of script. I can't remember off the top of my head if the step buttons bypass breakpoints or not.
yep was doing that. It seems to be intermittent. The index.php triggers a break every time even though none is set, but when continuing (press the run/play button) the correct breakpoint is triggered 50% of the time, the rest of the time no further break is triggered. Have tried with a few different classes. This is the first project where I've used Zend and the first time I've used MacGDBp, so I'll try with some AMFPHP classes to see if there's any difference.