Opened 11 years ago
Closed 11 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)
Change History (3)
by , 11 years ago
Attachment: | 2365.patch added |
---|
by , 11 years ago
Attachment: | Program.cs added |
---|
Note:
See TracTickets
for help on using tickets.
Test program