Best way to step through in VS with Photon?

Options
The most frustrating part of debugging is when I have to go through several Rpc's where I get disconnected and my breakpoints decide to just step out randomly (I'd have to restart again) due to disconnection.

How can I better debug (stepping through) without d/c and VS going crazy? I'm just debugging solo, so I don't care if external rpcs fail, I just want my local one to work (since everyone target just triggers locally anyway).

Comments