Opened 11 years ago

Closed 10 years ago

#2365 closed enhancement (fixed)

Include managed stack trace for MgException proxy classes

Reported by: jng Owned by:
Priority: low Milestone: 2.6
Component: Web API Version:
Severity: trivial Keywords:
Cc: External ID:

Description

For MgException-derived proxy classes in .net, the stack trace only includes the unmanaged stack trace. It does not include the .net side of this equation which makes it harder to find the area of .net code that initiated this chain of events.

There's probably a similar problem on the PHP/Java side. The primary focus of this ticket is for .net, but if possible we should do this for PHP/Java as well.

Attachments (2)

2365.patch (1.9 KB ) - added by jng 10 years ago.
Program.cs (755 bytes ) - added by jng 10 years ago.
Test program

Download all attachments as: .zip

Change History (3)

by jng, 10 years ago

Attachment: 2365.patch added

by jng, 10 years ago

Attachment: Program.cs added

Test program

comment:1 by jng, 10 years ago

Resolution: fixed
Status: newclosed

Fixed r7972

Note: See TracTickets for help on using tickets.