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"

enter image description here

enter image description here

find process , attach

enter image description here

then may set breakpoint in instance of vs.


Comments

Popular posts from this blog

java - Run spring boot application error: Cannot instantiate interface org.springframework.context.ApplicationListener -

reactjs - React router and this.props.children - how to pass state to this.props.children -

Excel VBA "Microsoft Windows Common Controls 6.0 (SP6)" Location Changes -