Is it possible to exclude lines of code when executing the debugger with F5? In Visual Studio there's the next statement (CTRL+SHIFT+F10). For example, I have lines of code that perform a log in and I don't want that log in to occur each time I start the debugger.
Thanks for your advice.