DEbug.Print

  • Thread starter Thread starter Paul Ilacqua
  • Start date Start date
P

Paul Ilacqua

How in this god's earth do you put a simple debug print statement to the
debug window in VB .NET. It was such a simple thing in vb6. I've scoured the
docs. All the examples use console writeline... what good is that in a
windows app?

Please help
Thanks

Paul
 
Hi,

Debug.Writeline or Trace.Writeline

Ken
-----------------
How in this god's earth do you put a simple debug print statement to the
debug window in VB .NET. It was such a simple thing in vb6. I've scoured the
docs. All the examples use console writeline... what good is that in a
windows app?

Please help
Thanks

Paul
 

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

Back
Top