c# - Step in through referenced assemblies code in Visual Studio -
i've several visual studio solutions.
each solution has several projects generating assembly.
all of these assemblies generated these projects.
so, these assemblies loaded dinamically using 2 ways:
- referenced browsing assembly location (for example debug folder of each project).
- ninject (loading classes of whichever assembly containing classes implements interface).
currently, when need debug code of these referenced or loaded assemblies, need generate exception of whichever assembly i'd step in, , visual studio, automatically shows me code.
i figure out there way able navigate through code assemblies, i've absolutly no idea how that.
you may open solutions @ once in several visual studio instances.
then may start main process. in other vs instances select "attach process ... ctrl+alt+p"
find process , attach
then may set breakpoint in instance of vs.
Comments
Post a Comment