473,657 Members | 2,805 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Stack trace from an exception in a native C++ method

I am calling an unmanaged C++ method from C#. When an exception occurs
in the C++ code, it gets caught in our C# code.

CSharpMethod()
{
try
{
NativeCPPMethod ();
}
catch (Exception e)
{
// The stack trace printed here starts at CSharpMethod
Console.Writeli ne(e);
}
}

The only problem is that there is no stack trace info about where the
exception occured in the C++ code. In other words the stack trace
starts from where I called the C++ method, and ignores all the methods
that might have been called inside the C++ code.

Is there a technique to see the stack trace for the methods in the
native C++ code?

I am using .Net 2.0. I am using dllImport(...) to link with the native
C++;

Thanks for any ideas.

Mitch

Oct 26 '06 #1
3 3709
If you can add your unmanaged C++ project in VS 2005 and add references from
your C# project then you can set a breakpoint on your C++. I am doing that
using managed C++ normally. Good luck.

chanmm

<ba*****@yahoo. comwrote in message
news:11******** *************@m 73g2000cwd.goog legroups.com...
>I am calling an unmanaged C++ method from C#. When an exception occurs
in the C++ code, it gets caught in our C# code.

CSharpMethod()
{
try
{
NativeCPPMethod ();
}
catch (Exception e)
{
// The stack trace printed here starts at CSharpMethod
Console.Writeli ne(e);
}
}

The only problem is that there is no stack trace info about where the
exception occured in the C++ code. In other words the stack trace
starts from where I called the C++ method, and ignores all the methods
that might have been called inside the C++ code.

Is there a technique to see the stack trace for the methods in the
native C++ code?

I am using .Net 2.0. I am using dllImport(...) to link with the native
C++;

Thanks for any ideas.

Mitch

Oct 27 '06 #2

chanmm wrote:
If you can add your unmanaged C++ project in VS 2005 and add references from
your C# project then you can set a breakpoint on your C++. I am doing that
using managed C++ normally. Good luck.
That would be OK for debugging, but I ma looking for a solution that
can log exceptions during test or when used by those pesky users.

Oct 28 '06 #3
chanmm wrote:
If you can add your unmanaged C++ project in VS 2005 and add references from
your C# project then you can set a breakpoint on your C++. I am doing that
using managed C++ normally. Good luck.
That would be OK for debugging, but I ma looking for a solution that
can log exceptions during test or when used by those pesky users.

Oct 30 '06 #4

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

Similar topics

4
17283
by: Naresh Agarwal | last post by:
Hi Is there a way to copy the stack trace in a string, which is obtained via printStackTrace function of Exception object. Essentially I want to log the stack trace in case of any exception in a log file. thanks, Naresh
7
2501
by: Andy Fish | last post by:
Hi, in my c# code I have something like this: try { ... } catch (Exception ex) { ... throw ex; }
1
1765
by: Mullin Yu | last post by:
I have some c# web services and c# application. I want to get and log the Exception Stack beside the exception message got from catch(Exception ex). Which class and method can do what I want? If possible, I want to log them into event viewer. Thanks!
0
3668
by: Mike Schilling | last post by:
I have some code that calls methods reflectively (the method called and its parameters are determined by text received in a SOAP message, and I construct a map from strings to MethodInfos). The code that does the call looks roughly like: try { // do reflective call response = method.Invoke(obj, params); }
9
7560
by: Jop | last post by:
Hi guys, I'm trying to debug a deployed application (no debug symbols) and what I got is a stack trace similar to this one. What does the '+' prefixed number after the method name signify? ASP.Default_cs_aspx.Page_Load() +34 System.Web.Util.ArglessEventHandlerDelegateProxy.Callback(Object sender, EventArgs e)
2
4376
by: Lasse Vågsæther Karlsen | last post by:
If I got the following code: try { // something that might throw an exception } catch (Exception ex) { // Log contents of ex here throw;
2
6481
by: news.microsoft.com | last post by:
Hi all. If I wanted to write something so that, when an exception was thrown, and the stack unwound, the stack trace was captured with the values of the parameters (instead of just the parameter signature for method), is this possible without exception-wrapping the guts of each method? I can see how to get parameter values out of MethodInfo, but can't see how to do it without doing something like adding 7 lines to each method, taking...
5
1944
by: Mr. SweatyFinger | last post by:
WHY CAN'T THE CLOWN -HOLES WHO WROTE ASP.NET PROVIDE AN ERROR LINE NUMBER??? HONEST TO SH@THOLE PETE Server Error in '/New Folder (7)' Application. -------------------------------------------------------------------------------- The text, ntext, and image data types cannot be compared or sorted, except when using IS NULL or LIKE operator. Description: An unhandled exception occurred during the execution of the current web request....
3
4356
by: Paul McGuire | last post by:
Is there any way to hide portions of an exception stack trace? When users get exceptions when using pyparsing, there are usually many layers of pyparsing-internal stack messages that are not at all helpful in diagnosing the problem - the intervening messages just divert the user's attention from the most significant parts of the stack, usually the user's call into my module, and the root exception message. For instance, here is a stack...
0
8403
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8316
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8833
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8737
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
8610
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7345
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6174
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5636
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 then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
1
2735
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

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.