Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable Just My Code Option in the Launch.json for Blazor #27672

Closed
tanekim88 opened this issue Nov 10, 2020 · 2 comments
Closed

Disable Just My Code Option in the Launch.json for Blazor #27672

tanekim88 opened this issue Nov 10, 2020 · 2 comments
Labels
area-blazor Includes: Blazor, Razor Components feature-blazor-wasm This issue is related to and / or impacts Blazor WebAssembly

Comments

@tanekim88
Copy link

I am trying to turn off "Just My Code" option in the following launch.json vs code configuration, but it seems there is no such option. Am I mssing something?

        {
            "name": "Launch and Debug Hosted Blazor WebAssembly App",
            "type": "blazorwasm",
            "request": "launch",
            "hosted": true,
            "program": "${workspaceFolder}/Server/bin/Debug/net5.0/BlazorApp.Server.dll",
            "cwd": "${workspaceFolder}/Server",
            "browser": "edge",
            "trace": true
        }
@javiercn javiercn added area-blazor Includes: Blazor, Razor Components feature-blazor-wasm This issue is related to and / or impacts Blazor WebAssembly labels Nov 10, 2020
@javiercn
Copy link
Member

@tanekim77 thanks for contacting us.

As far as I know there is no such option, but @captainsafia will know more.

@captainsafia
Copy link
Member

Hi @tanekim77! This isn't supported for Blazor WASM. We're tracking adding support for this in #24623. This captures the work necessary to pass these types of configs to the Mono debugger.

If you'd like to adjust "Just My Code" for the server portion of a hosted Blazor WASM app, this will be supported in an upcoming version of the O# extension and is tracked in dotnet/vscode-csharp#4108.

Closing this in favor of the existing issues.

@ghost ghost locked as resolved and limited conversation to collaborators Dec 10, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-blazor Includes: Blazor, Razor Components feature-blazor-wasm This issue is related to and / or impacts Blazor WebAssembly
Projects
None yet
Development

No branches or pull requests

3 participants