How do I embed Developer Tools into GeckoFx web browser?

北慕城南 提交于 2019-12-11 05:44:17

问题


I'm building a developer-themed browser in a C# .NET Windows Form Application and want to allow users to use Chrome or Firefox DevTools to edit/debug the current page they are viewing. I have found several repositories online but none of them seem to be what I want.

Example Chrome DevTools
Example Firefox DevTools

The project uses Geckofx60.64 to create an embedded Gecko web browser. I have already tried debugger.html on GitHub but that didn't help me. All I need is a simple way to show website developer tools for any link.

If this is not possible, are there some other developer tools that I might be able to use with this project?

来源:https://stackoverflow.com/questions/54299650/how-do-i-embed-developer-tools-into-geckofx-web-browser

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!