Javascript function inspector

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Stale
    New Member
    • Oct 2007
    • 11

    Javascript function inspector

    Hi

    Does anyone know where to find a function inspector for JavaScript?

    What I need it for?

    Debugging.

    When I run one of my web-applications, I want to know which functions that are running.
  • Death Slaught
    Top Contributor
    • Aug 2007
    • 1137

    #2
    Originally posted by Stale
    Hi

    Does anyone know where to find a function inspector for JavaScript?

    What I need it for?

    Debugging.

    When I run one of my web-applications, I want to know which functions that are running.
    No there is no such program/programs to my knowledge, however, you could use the Try...Catch Statement.

    Hope it helps, Thanks, Death

    Comment

    Working...