Radzen Blazor WASM debugging from Visual Studio for Mac

I'm developing a Blazor (WASM) application using Radzen IDE.The application has client and server side projects.The application works as intended when I launch it from Radzen IDE .

But I need to debug the server sides - so when I open the project in VS for Mac and launch the server side a blank page appear. I need to launch the client side project separately for me to see the UI.
I cannot launch the two applications together as they are using the same port(5000). I tried creating a Blazor WASM project from VS for Mac and when I launched the server application for debugging, the UI appeared even though in the launchsettings they were configured to use the same port.
Please advise

You can run the application from Radzen and attach he debugger from Visual Studio.

The process name is the same as the application name.

I managed to debug the application.Thanks. But upon running the app, the code changes which I make in Visual Studio are reverted back by Radzen.