S
Sajjad Akhter
Hi,
I have a program which loads other .net dlls and creates objects from there
and invoke functions from those objects.
I wanted to load debugger so that user can debug those dlls esily i can
attach debugger using Debbuger.Launch()
but it breaks on my this line i want it to stop on first line in a function
i am going to invoke. Any idea any hint how can i achive that.
Basically how the concept of break points heppens in any debugger.
Thanks,
Sajjad
I have a program which loads other .net dlls and creates objects from there
and invoke functions from those objects.
I wanted to load debugger so that user can debug those dlls esily i can
attach debugger using Debbuger.Launch()
but it breaks on my this line i want it to stop on first line in a function
i am going to invoke. Any idea any hint how can i achive that.
Basically how the concept of break points heppens in any debugger.
Thanks,
Sajjad