© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•15mo ago•
1 reply
skyslide22

vscode c# debugging not working

i have a simple
dotnet new blazor -int webassembly -n testapp
dotnet new blazor -int webassembly -n testapp
app and i can not get it to launch with the c# devkit debugger

it says i need to install chrome or edge, i dont want spyware

in another app, exactly like above, i can just press f5 and it debugs fine, server starts, localhost runs. this app has no task/launch.json files, i am wondering why that one even runs?

i want to use brave, that browser starts when using
{
    "type": "chrome",
    "request": "launch",
    "name": "Brave",
    "runtimeExecutable": "/Applications/Brave Browser.app/Contents/MacOS/Brave Browser",
    "userDataDir": true,
    "url": "http://localhost:8080",
    "webRoot": "${workspaceFolder}"
}
{
    "type": "chrome",
    "request": "launch",
    "name": "Brave",
    "runtimeExecutable": "/Applications/Brave Browser.app/Contents/MacOS/Brave Browser",
    "userDataDir": true,
    "url": "http://localhost:8080",
    "webRoot": "${workspaceFolder}"
}

but localhost has nothing to return, no c# reference in that config anyway...
C# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

C#/razor intellisense not working in VSCode on mac
C#CC# / help
7mo ago
#vscode c# debug
C#CC# / help
2y ago
✅ Debugging async code in vscode
C#CC# / help
3y ago
cant setup vscode C#
C#CC# / help
3y ago