![]() |
![]() |
![]() |
![]() |
![]() |
||||||||||
|
||||||||||||||
![]() |
|
#1
|
|||
|
|||
![]() Hi,
i have a .net application that is a plugin for Visual studio and i don't have allot of knowladge about how to know which one of the DLLs i have is the first one to load so i can trace the logic from there... how can I know which one of the DLLs is the "main" for the visual stoidio plug in ? |
#2
|
|||
|
|||
![]() Use my .net tracer and set a breakpoint on Module Load event.
you must select Visual Studio exe in the "assembly to trace" text box.
__________________
Life can only be understood backwards but It must be read forwards. |
#3
|
|||
|
|||
![]()
__________________
Life can only be understood backwards but It must be read forwards. |
#4
|
|||
|
|||
![]() Thanks!!! i will give it a try
Regards, LaBBa |