为什么 Glimpse Web 调试器中没有出现“路由”选项卡?

发布于 2024-11-12 04:09:52 字数 822 浏览 0 评论 0原文

我刚刚安装了 Glimpse Web Debugger for ASP.NET (Beta) - 版本 0.82。我通过 Visual Studio 2010 中的包管理器控制台安装了它,并且安装成功。我正在尝试使用 ASP.NET 开发服务器和使用 Razor 视图引擎的 MVCMusicStore 演示站点的 ASP.NET MVC 3 版本来测试它。

然而,由于某种原因,当我打开 Glimpse 并尝试测试 Web 应用程序时,“路由”选项卡并未出现。我的 web.config 文件(如下)中的 Glimpse 设置不显示任何列入黑名单的插件:

On = True
Allowed IP's = 
    127.0.0.1
    ::1
Allowed ContentType's =
    text/html
Blacklisted Plugins = 

这些是 Glimpse/Config 页面显示正在运行的插件列表:

Glimpse.Core.Plugin.Request
Glimpse.Core.Plugin.Environment
Glimpse.Core.Plugin.Trace
Glimpse.Core.Plugin.Config
Glimpse.Core.Plugin.Server
Glimpse.Core.Plugin.Session

出现的唯一选项卡是:Ajax / Config / Environment / Remote /请求/服务器。出现“跟踪”选项卡,但显示为灰色。 Glimpse 似乎是一个有用的工具,我希望能够用它来测试/调试路由,但我不明白为什么它不能正常工作。我非常感谢任何对此的帮助。

谢谢!

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!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

遗弃M 2024-11-19 04:09:52

看来您只安装了 Glimpse,而不是 Glimpse.MVC3 ,它添加了MVC 功能。

继续在 powershell 控制台中安装 Install-Package Glimpse.MVC3,或者仅使用 GUI 安装 Glimpse.MVC3。

将来,Glimpse 可能会发布类似于 MVC3 的附加插件包。想象一下我们可以有 Glimpse.SharePoint 或 Glimpse.Orchard...

It looks like you have only installed Glimpse, not Glimpse.MVC3 which adds in the MVC functionality.

Go ahead and Install-Package Glimpse.MVC3 in the powershell console, or just use the GUI to install Glimpse.MVC3.

In the future Glimpse may ship additional plugin packs similar to MVC3. Image we could have Glimpse.SharePoint or Glimpse.Orchard...

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文