Arild,
Seeing as you verified that Trace & Debug are enabled via adding a new trace
listener with:
> Trace.Listeners.Add( new TextWriterTraceListener( "N:\\ankhlog.txt" ) )?;
Do you have an app.config (myproject.exe.config) associated with the app,
did you remove all the trace listeners in this app.config?
In another section of code, do you or something that you call remove all the
trace listeners?
Hope this helps
Jay
> At some point, the trace/debug statements from the project in my
> signature(AnkhSVN) stopped being displayed in the output pane of the VS.NET
[quoted text clipped - 27 lines]
> http://ankhsvn.tigris.org
> A Visual Studio .NET Addin for the Subversion version control system.
Arild Fines - 02 Sep 2003 19:31 GMT
> Arild,
> Seeing as you verified that Trace & Debug are enabled via adding a
[quoted text clipped - 5 lines]
> Do you have an app.config (myproject.exe.config) associated with the
> app, did you remove all the trace listeners in this app.config?
Well, since this is a VS.NET addin, the config file in question is
devenv.exe.config, which has nothing about trace listeners.
> In another section of code, do you or something that you call remove
> all the trace listeners?
No, but you gave me an idea. There seems to be some other addin installed
here generating a lot of trace output. I'll try disabling that addin and see
if it helps.
Thanks!
--
Arild Fines
http://ankhsvn.tigris.org
A Visual Studio .NET Addin for the Subversion version control system.
Arild Fines - 02 Sep 2003 19:50 GMT
>> Arild,
>> Seeing as you verified that Trace & Debug are enabled via adding a
[quoted text clipped - 15 lines]
> installed here generating a lot of trace output. I'll try disabling
> that addin and see if it helps.
Nope, that wasn't it either. And it would probably have been weird if that
was it, since tracing works with other projects. Grmpf.
--
Arild Fines
http://ankhsvn.tigris.org
A Visual Studio .NET Addin for the Subversion version control system.
I had problem where Debug output was being 'lost' from VS2005 Output window, but it was viewable via DBMon-type programs.
Interestingly, the DLL Load messages showed (I was actually running NUnit for Unit Testing).
Somehow I had unset the 'Program Output' option that's viewable by right-clicking the Output Window. Setting the 'Program Output' flag fixed it all!
This message may be too late for the original thread, but stumbled across this thread search for a fix that I ended up fixing myself, after much head scratching
From http://www.developmentnow.com/g/55_2003_9_0_0_288504/Tracedebug-statements-not-s
hown-in-VS-NET-output-pane.ht