Debout32() to outside app

This forum is meant for questions and discussions about the X# language and tools
Post Reply
thilef
Posts: 14
Joined: Wed May 26, 2021 5:13 pm

Debout32() to outside app

Post by thilef »

Hi all,

I try to get the output of DebOut32() on an external app like TailXp or DebugView..
On a full X# solution, I can only have output on the Output window in VS, and only if the "Enable umanaged debugging" property is checked on the Debug tab of the project property.
Is there any way to redirect outside VS ?

Thanks for help,

Thierry
User avatar
robert
Posts: 4243
Joined: Fri Aug 21, 2015 10:57 am
Location: Netherlands

Debout32() to outside app

Post by robert »

Thierry,

I think VS intercepts this, so there is no way to show this in an outside window.

Robert
XSharp Development Team
The Netherlands
robert@xsharp.eu
Post Reply