Notă
Accesul la această pagină necesită autorizare. Puteți încerca să vă conectați sau să modificați directoarele.
Accesul la această pagină necesită autorizare. Puteți încerca să modificați directoarele.
Exposes Dev Proxy messages, and information about intercepted requests and responses in Chrome DevTools.
Plugin instance definition
{
"name": "DevToolsPlugin",
"enabled": true,
"pluginPath": "~appFolder/plugins/DevProxy.Plugins.dll",
"configSection": "devTools"
}
Configuration example
{
"devTools": {
"$schema": "https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v1.0.0/devtoolsplugin.schema.json",
"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
Next step
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.