I've just installed Glimpse Web Debugger for ASP.NET (Beta) - version 0.82. I installed it via the Package Manager console in Visual Studio 2010 and the installation was successful. I'm trying to test it out using the ASP.NET Development server and the ASP.NET MVC 3 version of the MVCMusicStore demo site using the Razor view engine.
For some reason, however, the Routes tab does not appear when I turn Glimpse on and try to test the web app. The Glimpse settings in my web.config file (below) don't show any blacklisted plugins:
On = True
Allowed IP's =
127.0.0.1
::1
Allowed ContentType's =
text/html
Blacklisted Plugins =
These are list of plugins that the Glimpse/Config page says are running:
Glimpse.Core.Plugin.Request
Glimpse.Core.Plugin.Environment
Glimpse.Core.Plugin.Trace
Glimpse.Core.Plugin.Config
Glimpse.Core.Plugin.Server
Glimpse.Core.Plugin.Session
The only tabs that appear are: Ajax / Config / Environment / Remote / Request / Server. The Trace tab appears, but is greyed out. Glimpse seems like a useful tool and I'd like to be able to test/debug routes with it but I can't figure out why it's not working correctly. I'd greatly appreciate any help with this.
Thanks!