المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Is there a way to force VisualStudio to launch app to debug in non-admin mode on Vista?



C++ Programming
08-24-2009, 09:55 PM
I always run VisualStudio as admin, but when I debug the application I am developing, I would like it to launch the app at the normal user privilege level. Is there any setting available for doing this? (I know I could launch my app, then attach the debugger, but I would like to avoid this to make debugging convenient for other members of my team.)

Thanks.

Wayne