Karethaelle
Karethaelle
CC#
Created by Karethaelle on 3/10/2024 in #help
The breakpoint will not currently be hit. No symbols have been loaded for this document
what is this for and why doesn't the debugger work on the first one? I just saw it's different from a new project and tried to copy-paste it
10 replies
CC#
Created by Karethaelle on 3/10/2024 in #help
The breakpoint will not currently be hit. No symbols have been loaded for this document
debugger works now after changing launchSettings.json from { "profiles": { "DxBlazorClient": { "commandName": "Project", "launchBrowser": true, "nativeDebugging": false } } } to { "iisSettings": { "windowsAuthentication": false, "anonymousAuthentication": true, "iisExpress": { "applicationUrl": "http://localhost:65283", "sslPort": 44398 } }, "profiles": { "IIS Express": { "commandName": "IISExpress", "launchBrowser": true, "inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" } } } }
10 replies
CC#
Created by Karethaelle on 3/10/2024 in #help
The breakpoint will not currently be hit. No symbols have been loaded for this document
No description
10 replies
CC#
Created by Karethaelle on 3/10/2024 in #help
The breakpoint will not currently be hit. No symbols have been loaded for this document
solution > properties > build debug symbol = PDB file, portable across platform
10 replies
CC#
Created by Karethaelle on 3/10/2024 in #help
The breakpoint will not currently be hit. No symbols have been loaded for this document
No description
10 replies
CC#
Created by Karethaelle on 3/10/2024 in #help
The breakpoint will not currently be hit. No symbols have been loaded for this document
yes, tried it with release as well
10 replies