In Visual Studio(2019) while debugging I want to skip multiple lines of codes across multiple projects (C#). Is there a way to do that?
I don't want to stop the execution at the break point of that line and then manually skip by "Set to next statement" every time.
*Reason: There's a logging feature that is not setup on my local machine and I don't have admin access to do so as well.