Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
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
Cộng tác với chúng tôi trên GitHub
Bạn có thể tìm thấy nguồn cho nội dung này trên GitHub, nơi bạn cũng có thể tạo và xem lại các vấn đề và yêu cầu kéo. Để biết thêm thông tin, hãy xem hướng dẫn dành cho người đóng góp của chúng tôi.