tracing javascript activity

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • ulis

    tracing javascript activity

    I'm pure newbie in javascript and I'm learning.
    I'm trying to make a simple menu.
    How to display what happens (variables value, called procs...) on the
    browser display?

    Thanx

    ulis
  • svendtofte@svendtofte.com

    #2
    Re: tracing javascript activity

    Sounds like you want to use a debugger? You say you're a newbie to JS,
    but have you programmed before? Do you know how a debugger works? You
    could try this tutorial on for size:



    Maybe that'll show what happens, on your "browser display" ;-)
    Regards,
    Svend

    Comment

    Working...