PC Review


Reply
Thread Tools Rate Thread

debug.writeline where does it go?

 
 
Lloyd Sheen
Guest
Posts: n/a
 
      27th Aug 2007
As stated in the subject. I have a very complicated multi thread app that
has gone wrong. I have never had to use the debug namespace before but I am
just trying to get a list of occurences into a subroutine. I have the line

Debug.Write("Foldercount = " + CStr(FolderCount))


which I can see being executed but in VS 2005 I can see no output.

????

Lloyd Sheen

 
Reply With Quote
 
 
 
 
Steve
Guest
Posts: n/a
 
      27th Aug 2007
Look in the output window. It's probably one of the many windows at the
bottom of the IDE while debugging.


Steve C.
MCSD,MCAD,MCSE,MCP+I,CNE,CNA,CCNA


Lloyd Sheen wrote:
> As stated in the subject. I have a very complicated multi thread app
> that has gone wrong. I have never had to use the debug namespace before
> but I am just trying to get a list of occurences into a subroutine. I
> have the line
>
> Debug.Write("Foldercount = " + CStr(FolderCount))
>
>
> which I can see being executed but in VS 2005 I can see no output.
>
> ????
>
> Lloyd Sheen

 
Reply With Quote
 
Lloyd Sheen
Guest
Posts: n/a
 
      27th Aug 2007

"Steve" <lnuxguy_NOMAIL_PLEASE_@gmail.com> wrote in message
news:(E-Mail Removed)...
> Look in the output window. It's probably one of the many windows at the
> bottom of the IDE while debugging.
>
>
> Steve C.
> MCSD,MCAD,MCSE,MCP+I,CNE,CNA,CCNA
>
>
> Lloyd Sheen wrote:
>> As stated in the subject. I have a very complicated multi thread app
>> that has gone wrong. I have never had to use the debug namespace before
>> but I am just trying to get a list of occurences into a subroutine. I
>> have the line
>>
>> Debug.Write("Foldercount = " + CStr(FolderCount))
>>
>>
>> which I can see being executed but in VS 2005 I can see no output.
>>
>> ????
>>
>> Lloyd Sheen


That is where I looked for it . Its a no show. All assemblies in the
solution are debug.

Lloyd Sheen

 
Reply With Quote
 
Jack Jackson
Guest
Posts: n/a
 
      27th Aug 2007
On Mon, 27 Aug 2007 13:16:22 -0400, "Lloyd Sheen" <(E-Mail Removed)> wrote:

>As stated in the subject. I have a very complicated multi thread app that
>has gone wrong. I have never had to use the debug namespace before but I am
>just trying to get a list of occurences into a subroutine. I have the line
>
>Debug.Write("Foldercount = " + CStr(FolderCount))
>
>
>which I can see being executed but in VS 2005 I can see no output.
>
>????
>
>Lloyd Sheen


The first time I tried this I couldn't find it either.

View -> Output.
 
Reply With Quote
 
Michel Posseth [MCP]
Guest
Posts: n/a
 
      27th Aug 2007

Look in the output window and make sure you run the ide in debug modus

by the way i personally prefer debug.writeline ("blah blah ")

p.s.
it is not necesary to remove your debug write statements cause they are
automaticly removed with a release build


hth

Michel

"Lloyd Sheen" <(E-Mail Removed)> schreef in bericht
news:(E-Mail Removed)...
> As stated in the subject. I have a very complicated multi thread app that
> has gone wrong. I have never had to use the debug namespace before but I
> am just trying to get a list of occurences into a subroutine. I have the
> line
>
> Debug.Write("Foldercount = " + CStr(FolderCount))
>
>
> which I can see being executed but in VS 2005 I can see no output.
>
> ????
>
> Lloyd Sheen



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Debug.WriteLine and Trace.WriteLine Bob S Microsoft C# .NET 2 23rd Oct 2007 03:35 AM
Console.WriteLine vs. Debug.WriteLine formatting Zytan Microsoft C# .NET 1 27th Feb 2007 02:24 AM
Debug.WriteLine and Trace.WriteLine from class. xxx@hotmail.com Microsoft ASP .NET 0 1st Sep 2005 02:24 PM
Debug.Writeline =?Utf-8?B?a2Q=?= Microsoft VB .NET 14 13th Mar 2005 04:37 PM
How do I use Debug.WriteLine? Jim H Microsoft Dot NET Compact Framework 4 6th Feb 2004 11:30 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:44 PM.