Good Javascript tool or debugger

Discussion in 'JavaScript' started by 2beers, Jun 13, 2009.

  1. #1
    Hi. I need a good javascript tool or debugger that can show me what js functions are being used when I click a certain link in a web page.

    Thank you and waiting for your replies.
     
    2beers, Jun 13, 2009 IP
  2. Sleeping Troll

    Sleeping Troll Peon

    Messages:
    217
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    You just can't beat Firebug!
    Also, a quick way to see what scripts are executing is to insert an alert to notify you!
    function xyz(){
    alert('xyz');
    ...some code...
    }
     
    Sleeping Troll, Jun 13, 2009 IP
  3. findonline

    findonline Peon

    Messages:
    149
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I agree, the Firebug plugin for Firefox is the way to go.
     
    findonline, Jun 13, 2009 IP
  4. 2beers

    2beers Well-Known Member

    Messages:
    195
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    110
    #4
    great. thanks. I tried firebird. it's really nice
     
    2beers, Jun 13, 2009 IP
  5. MMJ

    MMJ Guest

    Messages:
    460
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    0
    #5
    firebird is a database...
     
    MMJ, Jun 13, 2009 IP
  6. 2beers

    2beers Well-Known Member

    Messages:
    195
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    110
    #6
    yaap I know. My mistake. I wanted to say firebug. I use firebird so that's why ...
     
    2beers, Jun 14, 2009 IP