Hi,
I am trying to debug a MVC app that uses JQuery.
Firstly I have version 1.3.3 of Firebug and I have set the Break on All Errors option and have added a deliberate error but it is not breaking on the error.
Secondly after I have activated something that has a javascript function and put breakpoint in and then let it continue, it then no longer hit s that breakpoint if I reactivate the function.
Thirdly can you put watch expressions in for JQuery statments because I have, and it says undefined in watch list window.
Malcolm