473,498 Members | 1,819 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Outputdebugstring

Lou
In VB6 I would use the API
"OutputDebugString"
so I could view my internal workings using DBView.exe
Is there something native in DotNet that can replace
OutputDebugString
so I can view whats happening inside of my code whike the exe is running?

Lou
Feb 1 '07 #1
1 3829
In article <#a**************@TK2MSFTNGP04.phx.gbl>,
lo********@comcast.net says...
In VB6 I would use the API
"OutputDebugString"
so I could view my internal workings using DBView.exe
Is there something native in DotNet that can replace
OutputDebugString
so I can view whats happening inside of my code whike the exe is running?
System.Diagnostics.Debugger.Log(1, "category", "message")

--
Patrick Steele
http://weblogs.asp.net/psteele
Feb 2 '07 #2

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

Similar topics

0
1255
by: Lemon | last post by:
I have written a small .net application to captutre the output from calls to OutputDebugString. However it does not always work, and in general does not seem to capture the output when it is...
3
4776
by: lemony | last post by:
I have written a small .net application to captutre the output from calls to OutputDebugString. However it does not always work, and in general does not seem to capture the output when it is...
1
2197
by: Grant Schenck | last post by:
Hello, I'm on Win2K3. I'm trying to capture OutputDebugString output made by a COM object used from an ASP page but I don't get it. This appears to be due to debug output being generated...
8
3289
by: RonHiler | last post by:
My copy constructor is crashing my program, and I can't figure out why. I'll try to make the code listing as short as I can. Here are the two headers: class BreakthroughClass { public:...
4
1671
by: Jigar Mehta | last post by:
Hye, I am using one object which allocates around 2 MB of memory.. Now after use, I want it to free. But the task can not be done. the memory is still allocated and not freed. I am using it in...
2
2405
by: Pavel | last post by:
Hi All, It looks like VS.Net does not display messages from OutputDebugString while debugging managed code. Is it right? Afraid so, or calls to this would work: extern static void...
0
1425
by: John Shell | last post by:
Hello, I have a client application written in VB (call it Client). It uses a COM DLL written in VC++ (call it Server). The Client's projects are all contained in one solution and the Server is...
1
3860
by: Tom Yee | last post by:
I would like to write a Windows Service that can communicate with any open browser windows that an interactive user may be running. The service itself does not need to have a UI. The company...
3
3271
by: danbrotherston | last post by:
Hello, I am trying to get the output from the win32 platform command OutputDebugString. I have used the following C++ code as a guideline: ...
0
7126
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
7005
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
7168
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7210
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
6891
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
1
4916
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4595
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3087
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
659
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.