I have multiple projects in one solution. Project A (the starting project) starts Project B using Process.Start
.
All the debugging methods work fine in project A, however after A starts B, not only do breakpoints not work, but also the output from calls to System.Diagnostics.Debug.WriteLine
is not displayed.
Does anyone know how to debug in this situation?