Skip to content

Commit

Permalink
Add profile directory to DevToolsPlugin args
Browse files Browse the repository at this point in the history
  • Loading branch information
waldekmastykarz committed Nov 21, 2023
1 parent 0594857 commit f4d0b2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-proxy-plugins/Inspection/DevToolsPlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ private void InitInspector()

var processName = GetChromiumProcessName(_configuration);
var inspectionUrl = $"http://localhost:9222/devtools/inspector.html?ws=localhost:{port}";
var args = $"{inspectionUrl} --remote-debugging-port=9222";
var args = $"{inspectionUrl} --remote-debugging-port=9222 --profile-directory=devproxy";

_logger?.LogInfo($"DevTools available at {inspectionUrl}");

Expand Down

0 comments on commit f4d0b2b

Please sign in to comment.