Why did I receive a remote debug request?

While I was debugging the program in Visual Studio 2010, a dialog box appeared and asked if I wanted to open the firewall due to a remote debugging request.

Does this mean that the person initiated this request?

+3
source share
1 answer

Plain:

This means that you are trying to debug a method that belongs to an assembly on another computer (another computer / server / device / ...)

Remote debugging in Visual Studio

http://msdn.microsoft.com/de-de/library/y7f5zaaa.aspx

+1
source

All Articles