lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]



Do you know of an easy way to get debug output into the VS output window?
When searching MSDN only comes up with .NET solutions.

Don't know about VS, but the good old-fashioned way to produce debug output is OutputDebugString.

Ashwin.