I am executing MAUI application to emulator (or device) from Command Prompt. It deploy app to emulator but it is not debugging project in Visual Studio. In Command Prompt First I am setting project directory and using below command
dotnet build -t:Run -f net7.0-android
How can I debug and deploy app from Visual Studio using Command Prompt?