Not signed in (Sign In)

Categories

Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorurban232
    • CommentTimeMar 22nd 2009
     
    Hi,

    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.

    Have you heard of such an issue?

    Thanks for your help!


    cheers
    •  
      CommentAuthorRobert
    • CommentTimeMar 23rd 2009
     
    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.
    • CommentAuthorurban232
    • CommentTimeMar 24th 2009
     
    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.
    •  
      CommentAuthorRobert
    • CommentTimeMar 26th 2009
     
    What is your setup like? Is it MAMP or something else?