I'm trying to debug a program using a different user then my own in order to have special permissions. I'm using the Start External Program functionality in order to start runas.exe.
This part goes well and I can start the program successfully, however the program will not stop at any of my breakpoints in the code, even though it is supposed to be running in debug mode. The breakpoints work fine when I run the program normally as my own user. Does anybody have any ideas why this is not working?
My configuration: