Looking for a quick and dirty way to identify the caller of a constructor (or any function for that matter) I am writing macros to help identify memory leaks by dumping the "this" pointers to OutputDebugString.
Knowing where ctor and dtor was called from would help identify the problem.
tnx \0