FireBug not working with ASP.NET MVC
Posted
by Stuart
on Stack Overflow
See other posts from Stack Overflow
or by Stuart
Published on 2009-08-24T13:06:08Z
Indexed on
2010/03/23
10:03 UTC
Read the original article
Hit count: 704
Hi All
I have started a new ASP.NET MVC project and have included the ExtJS library files. This all works fine when built from Visual Studio and i can display various ExtJS objects. The problem however is that FireBug has stopped showing errors in the Console, even when i type nonsense into the code block.
Setup is:
- VS 2008 SP1
- FireBug 1.4.2
- FireFox 3.5.2
Firebug is working with other public web sites and when viewing other PHP based sites I'm developing.
Does anyone have any ideas what might be causing this?
Thanks for any suggestions Stuart
© Stack Overflow or respective owner