如何从javascript中的Dll组件获取调试消息? [英] How can I get the debug message from the Dll component in the javascript??

查看:79
本文介绍了如何从javascript中的Dll组件获取调试消息?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

从"媒体插件示例"中,我尝试在JavaScript中插入自己的dll,我发现输出窗口中没有输出消息。我怎样才能从dll中获取消息?顺便说一句,它可以使用C ++在UI上获取消息。

From the "Media plugins sample", I try to plugin my own dll in JavaScript and I find that there are no output messages on the output window. How can I get the message from the dll??. By the way, it can get message on the UI with C++.

推荐答案

您可以使用WinDbg附加到您的进程(WWAHost.exe),然后你可以看到你的dll消息。

You can using WinDbg to attach to your process(WWAHost.exe), then you can see your message of the dll.

你可以在

http://msdn.microsoft.com/en-us/windows/hardware/gg463009

Eric

 

 


这篇关于如何从javascript中的Dll组件获取调试消息?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆