3

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?

Dale K
  • 25,246
  • 15
  • 42
  • 71
Peacock
  • 302
  • 1
  • 13
  • hello, I'm having the same issue as you, as I need the devtools for a project with GeckoFX 60, did you have any solution for this? – Yind Sep 04 '19 at 08:30
  • Sadly not, there seems to be very little documentation available too. – Peacock Sep 04 '19 at 14:24
  • yes... little documentation and seems that no so many people is using it. For the moment I'm making my own basic inspector, as I need to inspect elements as the user is navigating. But well, it's a pity that a lots of functions it has are like hidden because there isn't much information about it. – Yind Sep 05 '19 at 11:19

0 Answers0