views:

12

answers:

0

Right now I am doing the following: 1) build 2) copy build config target dir to other computer (VS remote debug monitor already stated) 3) RDP to launch recently built debug exe 4) click Debug -> Attach to process, select process from other machine 5) debug, make a change, goto 1.

What I would like to do is: 1) press F5 and debug

Am I missing an obvious way to accomplish this?