How to debug client side in balzor WASM

Hi all,
I have been able to debug the server-side part by attaching the debugger.. but I don't see any client process to connect.
how can i debug the client-side part? i need to test the page's partial logics
thanks!

Hi @Genex,

You can check the official Microsoft documentation about Blazor WASM debugging.