I remember seeing some documentation to enable client-side debugging by telling the app to switch to server-side via the query string:
?mode=server
But now i am not able to find any reference of this query string. I do remember adding this query string and being able to debug client-side code (meaning the client-side code was actually running on the server-side).
Summary Server-side code is something i CAN debug. Client-side code is something i am TRYING to debug. I am running an Asp.net Hosted Blazor app. I should've kept a bookmark of the online document to the query string :(
Please advise.
Updated
I think i just found it. https://edcharbeneau.com/blazor-statehaschanged-101918/ However following the steps outlined in this article proves Blazor is moving fast as syntax is not quite one-to-one. In short, client-side debugging via the ?mode=server is still not working.