473,396 Members | 1,768 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Debug.Print

In vs 6 I can use debug.print as alternatif debugging value at runtime.
Which function that I can use in C# 2005 Express for windows form apps?
TIA,
Gunawan
Nov 16 '05 #1
3 16699
Hi,

Are you looking for:
Debug.Write, WriteLine ?

HTH,
Rakesh Rajan

"Gunawan" wrote:
In vs 6 I can use debug.print as alternatif debugging value at runtime.
Which function that I can use in C# 2005 Express for windows form apps?
TIA,
Gunawan

Nov 16 '05 #2
Hi,
I can't user Debug.Write or WriteLine because not in the list.
Or maybe I missed same using Namespace?

TIA,
Gunawan
"Rakesh Rajan" <Ra*********@discussions.microsoft.com> wrote in message
news:DF**********************************@microsof t.com...
Hi,

Are you looking for:
Debug.Write, WriteLine ?

HTH,
Rakesh Rajan

"Gunawan" wrote:
In vs 6 I can use debug.print as alternatif debugging value at runtime.
Which function that I can use in C# 2005 Express for windows form apps?
TIA,
Gunawan

Nov 16 '05 #3
You're looking for --

System.Diagnostics.Debug.

- Sahil Malik
http://codebetter.com/blogs/sahil.malik/
"Gunawan" <jg********@hotpop.com> wrote in message
news:uo**************@TK2MSFTNGP14.phx.gbl...
Hi,
I can't user Debug.Write or WriteLine because not in the list.
Or maybe I missed same using Namespace?

TIA,
Gunawan
"Rakesh Rajan" <Ra*********@discussions.microsoft.com> wrote in message
news:DF**********************************@microsof t.com...
Hi,

Are you looking for:
Debug.Write, WriteLine ?

HTH,
Rakesh Rajan

"Gunawan" wrote:
> In vs 6 I can use debug.print as alternatif debugging value at runtime.
> Which function that I can use in C# 2005 Express for windows form apps?
> TIA,
> Gunawan
>
>
>


Nov 16 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

9
by: Dan Perl | last post by:
Is there a mechanism or an idiom for adding code for debugging so that it can easily be removed in the production code? I am thinking of something similar to the C/C++ preprocessor statements with...
2
by: Winston WOLFF | last post by:
What do people think about changing the parameters to logging.debug() to be more like the parameters to print? As you know, you can pass multiple parameters to print, and they are all printed out...
3
by: Tim Marshall | last post by:
For an mdb or mde release, does having debug.print without the comment single quote add any processing time to the application? I assume an mde won't since debug.prints would not be compiled in...
7
by: Thomas Pecha | last post by:
Sorry for all who think this is easy, I was not able to handle this Coming from VB6 where with simple debug.print strAString you could write to debug window, I am totalling failing in vb.net...
5
by: MLH | last post by:
I use a fair number of debug.print statements. My apps are fairly well 'peppered' with them. I've often wondered if leaving them in the mdb, creating and rolling out an mde intended for use in the...
0
by: Alan Roberts | last post by:
In VB6 I have a routine that accepts a 2D array and prints it to the debug windows. The array can be of any type (eg integer, string, double etc).... Public Sub DPArray(ArrayToPrint As Variant)...
6
by: swartzbill2000 | last post by:
Hello, I have a VB 2005 Express project with a TraceListener-derived class to route Debug.Print output to a log file. It works fine for Debug builds. What is the correct combination of changes to...
2
by: FBM | last post by:
Hi, I am preparing project for submission and i'd like to allow the print out of debug messages. I know that with something like #define DEBUG #ifdef DEBUG print(X); #endif
2
by: Bill_DBA | last post by:
I have the following stored procedure that is called from the source of a transformation in a DTS package. The first parameter turns on PRINT debug messages. The second, when equals 1, turns on the...
4
by: Dom | last post by:
VB had a neat object called "Debug". You could use "Debug.Print()" in your code, and you could get useful debugging information in the immediate window. Is there something like this in CSharp? ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.