if you have the source code, add the control library project to the current solution, and/or add a project dependency on the library project, and add breakpoints, just start debugging the current solution, your breakpoints will be hit if they are reachableif you don't have source code and you want to debug on IL, use CorDbg, seehttp://msdn.microsoft.com/library/default.asp?url=/library/en-us/cptutorials/html/appendix_b__runtime_debugger_cordbg.aspnot sure if there is an integration between Reflector and VS.NET