How to delay firebug???

Discussion in 'HTML & Website Design' started by 123GoToAndPlay, Feb 19, 2009.

  1. #1
    Hi,

    I am using firebug to figure out an error with jquery. But the post request is just shown a millisec in firebug (and it's red so i know there is something wrong with the response).

    Any settings i can change???
     
    123GoToAndPlay, Feb 19, 2009 IP
  2. kk5st

    kk5st Prominent Member

    Messages:
    3,497
    Likes Received:
    376
    Best Answers:
    29
    Trophy Points:
    335
    #2
    Set breakpoints, and step through the script.

    cheers,

    gary
     
    kk5st, Feb 19, 2009 IP
  3. 123GoToAndPlay

    123GoToAndPlay Peon

    Messages:
    669
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #3
    you mean breakpoints within my php script?
     
    123GoToAndPlay, Feb 19, 2009 IP
  4. kk5st

    kk5st Prominent Member

    Messages:
    3,497
    Likes Received:
    376
    Best Answers:
    29
    Trophy Points:
    335
    #4
    No, in the javascript, the jQuery library. The browser never sees a bit of php.

    cheers,

    gary
     
    kk5st, Feb 19, 2009 IP