![]() |
|
Capture stack traces. - Printable Version +- Atozed Forums (https://www.atozed.com/forums) +-- Forum: Atozed Software (https://www.atozed.com/forums/forum-1.html) +--- Forum: CrossTalk (https://www.atozed.com/forums/forum-2.html) +---- Forum: CrossTalk General Discussion (https://www.atozed.com/forums/forum-7.html) +---- Thread: Capture stack traces. (/thread-4358.html) |
Capture stack traces. - hotdoglover - 07-29-2024 Trying to debug a "null reference" issue given by a.net dll. The developer needs a stack trace. Is there any way to get this back from crosstalk? ECTDotNETException.StackTrace is empty. E.Message and E.ToString are identical... "NullReferenceException: Object reference not set to an instance of an object." Is there any form of logging that can be enabled? How can I collect the stack trace returned by the.net dll? |