On May 7, 12:57 pm, herc <carto...@gmail.com> wrote:
> On May 4, 4:56 pm, z...@construction-imaging.com wrote:
>
> > On May 4, 4:02 pm, herc <carto...@gmail.com> wrote:
>
> > > For some reason when I use Debug.WriteLine(), it does not send
> > > anything to the output window any more. I have noticed this in C#,
> > > VB.Net, and in Unmanaged C++. Any thoughts?
>
> > That has happened to me and I scratched my head for a while before I
> > realized I had changed the run type from Debug to Release. As long as
> > Release is selected, all Debug commands are ignored.
Just now, in an Unmanaged C program I called the WinSDK function
OutputDebugString() and still got no output in the debug window.
OutputDebugString() IS the WinSDK call to send things to the debugger
window, in release mode, macro change such that the call to
OutputDebugString() does not happen.
Cartoper
|