Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Capture stack trace
#1
trying to troubleshoot a "null reference" exception being passed from a .net dll.  The developer wants a stack trace.  Is there a way to get this back from crosstalk?  ECTDotNETException.StackTrace is empty.  E.Message and E.ToString are the same... "NullReferenceException: Object reference not set to an instance of an object."  Is there some sort of logging that could be to be turned on?  How could I capture the stack trace coming back from the .net dll?
Reply
#2
There are 3 languages involved in CT so there are 3 stack traces and generally not available in releases without a debugger.

For your .NET source you can debug it with Visual Studio. Just set your EXE as the launch host, set a break point in your .NET code and run.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)