I was looking for my hat without any results, so the question is for all of you:
I have a computer in domain A. There is a virtual machine running in domain B.
I have a visual studio installed on my computer, but not on vm => so I want to debug a program running on vm (domain B) that I wrote in .NET with my visual studio installed on pc (domain A) .
When running a vsmon program on vm, you have 2 options (auth.) And no auth - only native).
When you do not choose authentication, only native, I can see the processes in my visual studio, and I can connect, but the breakpoints do not fall (because the PDB file does not contain its own characters, since it is written in .NET?)
When choosing Windows authentication, I canβt connect, and I get the error message "logon failure" ...
Any ideas / suggestions on this?
(By the way, my virtual machine firewall is disabled)
source share