DevToolsPlugin
Exposes Dev Proxy messages, and information about intercepted requests and responses in Chrome DevTools.
Plugin instance definition
{
"name": "DevToolsPlugin",
"enabled": true,
"pluginPath": "~appFolder/plugins/dev-proxy-plugins.dll",
"configSection": "devTools"
}
Configuration example
{
"devTools": {
"preferredBrowser": "Edge"
}
}
Configuration properties
Property | Description | Default |
---|---|---|
preferredBrowser |
Which browser to use to launch Dev Tools. Supported values: Edge , EdgeDev , Chrome |
Edge |
Command line options
None
Known issues
Dev Tools don't open in Microsoft Edge on Windows
You use Dev Proxy on Windows and configure it to use Microsoft Edge to display Dev Tools. After you start Dev Proxy, it starts the inspector but Dev Tools don't open or they open empty.
To fix this issue:
- Open Microsoft Edge
- Go to Settings
- Open System and performance
- Disable Startup boost
- Close all Microsoft Edge windows and processes
- Start Dev Proxy
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.