P
Pavel
Hi All,
It looks like VS.Net does not display messages from
OutputDebugString while debugging managed code. Is it
right? Afraid so, or calls to this would work:
[DllImport("kernel32.dll")]
extern static void OutputDebugString(String str);
Anyway, I would love to be able to see debug messages from
my native dll (wrapped into MC++) while debugging that
dll's C# client. Any thoughts on how to achieve this
without changing every single call to the
OutputDebugString to something else?
Regards,
Pavel.
It looks like VS.Net does not display messages from
OutputDebugString while debugging managed code. Is it
right? Afraid so, or calls to this would work:
[DllImport("kernel32.dll")]
extern static void OutputDebugString(String str);
Anyway, I would love to be able to see debug messages from
my native dll (wrapped into MC++) while debugging that
dll's C# client. Any thoughts on how to achieve this
without changing every single call to the
OutputDebugString to something else?
Regards,
Pavel.