Skip to content

Commit

Permalink
force blazor to load debug symbols #1011
Browse files Browse the repository at this point in the history
  • Loading branch information
iammukeshm committed Aug 26, 2024
1 parent e1da5a3 commit c682b68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apps/blazor/client/Properties/launchSettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"https": {
"commandName": "Project",
"dotnetRunMessages": false,
"launchBrowser": false,
"launchBrowser": true,
"inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}",
"applicationUrl": "https://localhost:7100;http://localhost:5100",
"environmentVariables": {
Expand Down

0 comments on commit c682b68

Please sign in to comment.