microsoft / ConcordExtensibilitySamples

Visual Studio Debug Engine Extensibility Samples
Other
121 stars 50 forks source link

How to enable debugging client code in Blazor #103

Open RobertvanderHulst opened 10 months ago

RobertvanderHulst commented 10 months ago

Our language (X#) offers debugging support in VS. We have also successfully used our language in Blazor apps and debugging server side code works. Does anybody know what we have to do to enable debugging client side code? Do we have to register our Expression Evaluator for this separately, or do we have to do something else?