C#.Net in VS8

  • Thread starter Thread starter pack
  • Start date Start date
P

pack

Where is a Modules window of list of modules in C#.Net in VS8?

How to enable and disable Browse info in C#.Net?
 
There is no modules window in any version of C# AFAIK as C# doesnt have
modules. If your looking for the object browser then thats on the view menu
(Ctrl +W,J).

Ciaran O'Donnell
 
pack,
Where is a Modules window of list of modules in C#.Net in VS8?

You can see the module window only when the VS is currently debugging. The
module window is under Debug|Windows and the shortcut is Ctrl+D, M
How to enable and disable Browse info in C#.Net?

Frankly I don't understand this one.
 
---- Original Message -----
From: Stoitcho Goutsev (100) <[email protected]>
Newsgroups: microsoft.public.dotnet.languages.csharp
Sent: Tuesday, November 21, 2006 6:57 AM
Subject: Re: C#.Net in VS8
pack,

You can see the module window only when the VS is currently debugging. The
module window is under Debug|Windows and the shortcut is Ctrl+D, M


Frankly I don't understand this one.
That's why it's odd since no modules window even during debugging.

"Ctrl+D, M"? What do you mean?
 
pack,
Ctrl+D, M mean pressing Ctrl and D simultaniously (as any other short cut)
then releasing them and then press D as a second part of the shortcut
combination. When you press Ctrl+D look at the VS status bar it will change
informing you that it waits for completing the short cut combination.

As far as it goes for the Module window it doesn't show by default, but if
you sart debugging and then bring up the module window you can dock it
somewhere. VS will remember your debug configuration and when next time
start debugging it will show up there automatically.

Are you saying that when you start application in the VS debugger you don
have Debug menu with Windows sub menu and Modules menu item in it?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top