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] > 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.
>
> "John T." <noemailplease@gmail.com> wrote in message
> news:es5U8iOcGHA.3388@TK2MSFTNGP05.phx.gbl...
> > 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
> >
> >
> >