Debugger

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • art@unsu.com

    Debugger


    Hi,

    We have an application where we select some customer data from some
    drop down menus and the customer record is displayed. Each drop down
    has an 'onchange' property associated with it.

    Selecting the first customer works. But, if you go to select a second
    customer, all you need to do is click to display the values in the
    first drop down, and about 10 seconds later without selecting one from
    the drop down, a record appears with all javascript and HTML code in
    the different text boxes......

    What is the best way to debug this? Is there a debugger that will
    allow me to walk the code?

    Thanks!
  • Thomas 'PointedEars' Lahn

    #2
    Re: Debugger

    art@unsu.com wrote:
    [...]
    What is the best way to debug this?
    There is too little information for a recommendation.
    Is there a debugger that will allow me to walk the code?
    Yes, there is.





    PointedEars
    --
    Prototype.js was written by people who don't know javascript for people
    who don't know javascript. People who don't know javascript are not
    the best source of advice on designing systems that use javascript.
    -- Richard Cornford, cljs, <f806at$ail$1$8 300dec7@news.de mon.co.uk>

    Comment

    Working...