Coder Social home page Coder Social logo

Comments (3)

mingyaulee avatar mingyaulee commented on May 21, 2024 1

The debug for web assembly as of now should work if you are debugging from the IDE. However, doing so means you will not get the extensions API and you will have to mock the response for the APIs used by the project. This is because the debugging feature in Blazor uses NodeJS as a debugging proxy and when running the project as a browser extension, this proxy is not running. AFAIK, we can't debug a published Blazor app until the team releases a browser extension that would enable debugging from just the DevTools, something like the React Developer Tools for debugging React apps.

from blazor.browserextension.

yuzd avatar yuzd commented on May 21, 2024

That means that the chrome extentions developed by blazor cannot debug c# code, right?

from blazor.browserextension.

mingyaulee avatar mingyaulee commented on May 21, 2024

That is right, it is only possible to debug it from the IDE for now. When it is loaded in the browser as an extension, it will be possible to debug once there is official support for it, either from Blazor or Chrome DevTools, or both.

from blazor.browserextension.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.