Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Chromely makes it very easy to enable Chrome's DevTools. The only thing you will need to do is enable Chromely's debugging mode.
To enable the debugging mode, you can configure it either in config file or via C# code.
{ "debuggingMode": true, }
public class DefaultConfiguration : IChromelyConfiguration { public DefaultConfiguration() { DebuggingMode = true; } }
You will now be able to open the DevTools ContextMenu by right-clicking within your Chromely app.
Clicking on 'Show DevTools' reveals the DevTools Window.
Chromely
Getting Started
Networking
Resources
Debugging
Detailed documentation on: