When debugging any code running in Windows 2008 R2 SP1 using the VS 2015 remote debugger, I get the message:
application.exe has triggered a breakpoint
immediately after attache. The stack frame for any application being debugged is the same -
0x00000000771d0530 ()
Continue or ignore fails - all the time there is a stop with the same message. A similar problem was in the first edition of VS 2013 , and was treated by installing a separate update for remote debugging tools .
Now I tried all the current versions of rdb tools - no effect.
Once again, it is observed only on servers with Windows 2008 R2 SP1.
When running debugging on a local PC, there is no problem. There are no problems with debugging .net code either.