Suppress "No Source Available" pane in 2010

Posted by Jason on Stack Overflow See other posts from Stack Overflow or by Jason
Published on 2010-04-20T02:24:28Z Indexed on 2010/04/20 2:33 UTC
Read the original article Hit count: 788

Filed under:
|
|

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!

© Stack Overflow or respective owner

Related posts about vsx

Related posts about visual-studio-2010