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.
1 parent 0594857 commit f4d0b2bCopy full SHA for f4d0b2b
dev-proxy-plugins/Inspection/DevToolsPlugin.cs
@@ -85,7 +85,7 @@ private void InitInspector()
85
86
var processName = GetChromiumProcessName(_configuration);
87
var inspectionUrl = $"http://localhost:9222/devtools/inspector.html?ws=localhost:{port}";
88
- var args = $"{inspectionUrl} --remote-debugging-port=9222";
+ var args = $"{inspectionUrl} --remote-debugging-port=9222 --profile-directory=devproxy";
89
90
_logger?.LogInfo($"DevTools available at {inspectionUrl}");
91
0 commit comments