NTSD integration

Class library usage, coding and language questions.
Mike
Posts: 7
Joined: Wed Aug 15, 2007 8:47 pm
Location: Seattle

NTSD integration

Post by Mike » Fri May 09, 2008 8:13 pm

I'd like to integrate my automation with the NT Symbolic Debugger and capture the output as well as catch any breakpoints. Does Ranorex have some mechanism to integrate with NTSD?

Thanks,
Mike

User avatar
Support Team
Site Admin
Site Admin
Posts: 12145
Joined: Fri Jul 07, 2006 4:30 pm
Location: Houston, Texas, USA
Contact:

Post by Support Team » Tue May 13, 2008 12:47 pm

Mike,

What are you trying to accomplish by using NTSD?

Michael
Ranorex Team

Mike
Posts: 7
Joined: Wed Aug 15, 2007 8:47 pm
Location: Seattle

NTSD integration

Post by Mike » Tue May 13, 2008 5:51 pm

Mostly, we're trying to catch memory leaks in our application.

Thanks,
Mike

User avatar
Support Team
Site Admin
Site Admin
Posts: 12145
Joined: Fri Jul 07, 2006 4:30 pm
Location: Houston, Texas, USA
Contact:

Post by Support Team » Wed May 14, 2008 3:32 pm

I am still not sure how you want to integrate Ranorex with NTSD.
For printing trace messages, if you are using Python, I dont know of any solution.
If you write C++ code you can write a logger callback which uses DebugPrint to output its messages and add it using RxLoggerAppend(), which should then be visible in the debug trace log.
Same with C# where you can use System.Diagnostics.Debug

Michael
Ranorex Team