禁止显示“无可用源” 2010年窗格

发布于 2024-08-29 03:54:48 字数 359 浏览 3 评论 0原文

嗯!我有一个自定义的“harness”可执行文件运行我的类库项目。每次我进入线束的代码时,都会弹出“无可用源”窗格。据我所知,没有可用的来源,而且这完全是预料之中的,我不希望每次都弹出这个非常侵入性且无用的窗格。怎样才能彻底压制呢?

我至少可以通过将该窗口作为另一个较小窗格集的一部分(例如手表/本地窗口)来使其更小。它每次运行都会记住它的位置,但仍然没用。

这个问题可能有一个更通用的答案 - 我怎样才能完全禁止显示任何特定的窗格/窗口?我有一个 VSX 包,最初是为 VS 2008 构建的(并且必须保持兼容性),但我只是不知道要运行什么命令来执行此操作。 (我已经委托了该软件包,所以我有源代码,但没有技术诀窍。这看起来像是一个/两个班轮)。

谢谢!

Arg! I have a custom "harness" executable running my class library project. Every time I step into the harness's code, I get that "No Source Available" pane popping up. As I know there is no source available, and that this is completely expected, I don't want this very intrusive and useless pane popping up every time. How can I suppress it completely?

I can make it smaller at least by making that window part of another smaller pane-set, such as with the watches/locals. It remembers its location from run to run, but its still useless.

There might be a more general answer to this question - how can I suppress any particular pane/window from showing at all? I have a VSX package, originally built for VS 2008 (and must keep that compatibility) but I just don't know what command to run to do it. (I had the package commissioned, so I have the source, but not the know-how. This seems like a one/two liner).

Thanks!

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

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

发布评论

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

评论(4

沉溺在你眼里的海 2024-09-05 03:54:48

以下是纠正错误的加载项的链接:

http://visualstudiogallery.msdn.microsoft.com/en-us/fdbb2036-471e-40a7-b20e-31f8fd5578fa

这对我来说非常有用。

Here is a link to an add-in that correct the bug:

http://visualstudiogallery.msdn.microsoft.com/en-us/fdbb2036-471e-40a7-b20e-31f8fd5578fa

This work great for me.

゛时过境迁 2024-09-05 03:54:48

这对我有用:

Tools >选项>调试取消勾选仅启用我的代码

(感谢这个)

This worked for me:

Tools > Options > Debugging and untick Enable Just My Code

(thanks to this)

浊酒尽余欢 2024-09-05 03:54:48

如果您启用了源服务器支持,解决方案如下:没有可用的源

If you have enabled source server support, the solution is here: No Source available

指尖凝香 2024-09-05 03:54:48

在找不到这方面的帮助后,我自己深入研究并通过在显示 WindowFrame 时隐藏 WindowFrame 来修复它。到目前为止,我还没有看到任何视觉刷新故障。

以下是“无可用源”窗格的 GUID:{1820bae5-c385-4492-9de5-e35c9cf17b18}

我从这篇文章中找到了我需要的大部分内容:

http://blogs.msdn.com/dr._ex/archive/2004/11/ 07/253601.aspx

我相信这只会影响加载此包的解决方案,但实际上我不知道如果相关项目关闭,该包是否保持加载/活动状态。

After finding no help on this, I dug in to it myself and fixed it by Hiding the WindowFrame in the event that it is shown. There is no visual refresh glitch that I've seen so far.

Here is the GUID for the "No Source Available" pane: {1820bae5-c385-4492-9de5-e35c9cf17b18}

I found most of what I needed from this post:

http://blogs.msdn.com/dr._ex/archive/2004/11/07/253601.aspx

I believe this will only affect solutions with this package loaded, but really I don't know if the package stays loaded/active if the related project is closed.

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