Groups | Blog | Home
all groups > dotnet windows forms designtime > may 2006 >

dotnet windows forms designtime : Getting Debug informations


John T.
5/6/2006 10:39:40 AM
Hello

is there a way for having very simple informations in the Output window at
design-time? Generally, I use Debug.WriteLine("Something") but it works at
runtime only. Is there an alternative way for reading infos at designtime?
Thanks

John


Dave Sexton
6/21/2006 6:24:37 PM
Hi Joh,

What kind of information are you looking to retrieve at design-time?

Using VS.NET automation it can probably be accomplished, whatever it is you
are looking for.

[quoted text, click to view]

matt.m.jacobsen NO[at]SPAM gmail.com
7/7/2006 3:51:04 AM
Hi,

Start another instance of VS.NET and select "attach process". Attach
the new VS to the one in which you are doing your design time stuff. If
you look in the new instances' output window you'll see your debug
messages.

Matt Jacobsen


Dave Sexton schrieb:

[quoted text, click to view]
AddThis Social Bookmark Button