debug.print substitute

  • Thread starter Thread starter Matteo Cima
  • Start date Start date
M

Matteo Cima

Hi,
i read all the documentation, but couldn't arrange this.
I'd like to print in the output window (or debug) via c# like the good old
vb's debug.print method.
All the samples i found just print in the console of the ce.net... i'd love
to have messages printed in the ide while running the app in debug.
Is this possible?

regards,
Matteo.
 
Sorry, but there isn't a way to get the debug info to the "Output" window
in VS.

Overriding the TraceListner would be your only optoin, but there would
still be no way to route the debug messages to the IDE. Unfortunately, I
can't think of any good workarounds.

Cheers,
Rich

This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
| From: "Matteo Cima" <[email protected]>
| Subject: debug.print substitute
| Date: Thu, 31 Jul 2003 12:26:49 +0200
| Lines: 12
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
| Message-ID: <[email protected]>
| Newsgroups: microsoft.public.dotnet.framework.compactframework
| NNTP-Posting-Host: 62.94.140.163
| Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP11.phx.gbl
| Xref: cpmsftngxa06.phx.gbl
microsoft.public.dotnet.framework.compactframework:29804
| X-Tomcat-NG: microsoft.public.dotnet.framework.compactframework
|
| Hi,
| i read all the documentation, but couldn't arrange this.
| I'd like to print in the output window (or debug) via c# like the good old
| vb's debug.print method.
| All the samples i found just print in the console of the ce.net... i'd
love
| to have messages printed in the ide while running the app in debug.
| Is this possible?
|
| regards,
| Matteo.
|
|
|
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

debug.print 4
File never prints (VBA) 2
Is there a debug.print in CSharp? 4
Access Click in Table to Open Form 0
Debug.Print Release ? 6
Debug Print 2
would you like to bluetooth? yes please! 2
Console.Write vs Debug.Print 5

Back
Top