On Apr 24, 9:24 pm, MalcolmS <[email protected]> wrote:
> 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.

Open:
http://getfirebug.com/tests/script/CallDynLoadedFunction.html
Make sure the Console and Script panels are enabled for that page.
Set break on errors, reload. This one hits for me. You?

>
> 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. I have to
> restart Firefox
> to get it to break;

Open:
http://getfirebug.com/tests/script/Event.html
Unset break on errors, set a breakpoint on line 11 count++.
Click the button, Continue, Click the button. Works for me. You?

>
> Thirdly can you put watch expressions in for JQuery statments because
> I have, and it says undefined in watch list window.

Which version of Firefox? FF 3.5 is broken for watch list.

>
> Malcolm
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Firebug" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/firebug?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to