Re: Writing to the Debug Window
- From: "David Parvin" <parvin_david@xxxxxxxxxxx>
- Date: Fri, 7 Apr 2006 08:56:38 -0600
Wow, thanks, It is finally working, thanks very much! Changing the setting
in the options/Debugging fixed the problem.
David Parvin
"Oleg Starodumov" <com-dot-debuginfo-at-oleg> wrote in message
news:%23v85Hi2UGHA.5884@xxxxxxxxxxxxxxxxxxxxxxx
I also downloaded and ran DebugView. It works fine. When I get to the
Debug.Writeline, it writes to the screen in DebugView, but not the debug
output window in the enviroment. I ran the program in the enviroment and
outside and got the same results.
It means that trace listeners are OK, and also means that the debugger
configuration somehow disables debug output.
There is one more setting you can try:
Tools | Options | Debugging | General | "Redirect all Output Window text
to the Immediate window"
If this option is checked, debug output seems to be sent to Immediate
window instead of Debug Output window. (I have just found it, didn't know
about it before).
If this setting also does not help, consider a radical thing:
Tools | Import and Export Settings | "Reset all settings"
Oleg
.
- Prev by Date: Re: Why is debugging is super slow on 1 particular project?
- Next by Date: Re: Why is debugging is super slow on 1 particular project?
- Previous by thread: RE: Event does not fire!
- Next by thread: VS 2005 Code in debugger going to incorrect routine
- Index(es):
Relevant Pages
|