I was trying to use debugView in Electron for some reason
When I use OutputDebugStringW everything I send to output become random char, on the other hand it seems correct when sending output using OutputDebugStringA contains English and number is normal
this is what it looks like using both functions
DebugView preview
I've found something on this site, however it seems not having much information in it.
What is the main different between these two function in Kernel32.dll
And when should I use which one of them
Thanks in advance