Roskou Posted February 26, 2010 Posted February 26, 2010 i need capture the debug output without using any program windows as DebugView. I found information on how to send debug messages by calling the function "OutputDebugString" of kernel32. but not clear to me as I read these messages or events. thanks
James Posted February 26, 2010 Posted February 26, 2010 (edited) Roskou,How does this work for you?Func Debug($strMsg) DllCall("kernel32.dll", "none", "OutputDebugString", "str", $strMessage) EndFuncJamesEdit: Extra ] on codebox. Edited February 26, 2010 by JamesBrooks Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ
Roskou Posted February 26, 2010 Author Posted February 26, 2010 Hi, Again! I autorespond. I found an useful postCapture debug information UDF
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now