debbuging of dynamically loaded assemblies

  • Thread starter Thread starter DM
  • Start date Start date
D

DM

Hello.

In program I'm writing I make extensive use of dynamically
loaded assemblies. Unfortunatelny, if bug happens in my assembly
code and an execption is thrown VS.NET debbuger only infoms about kind
of exception and an assembly in which it took place.
I'm not able to trace execution of dynamically loaded code
nor learn in what excat place exceptions happen.

Is there some way to debug such code ( apart from
directly linking it with main app for debbuging purposes,
of course ).

Thanks for any suggestions.
 
DM said:
Hello.

In program I'm writing I make extensive use of dynamically
loaded assemblies. Unfortunatelny, if bug happens in my assembly
code and an execption is thrown VS.NET debbuger only infoms about kind
of exception and an assembly in which it took place.
I'm not able to trace execution of dynamically loaded code
nor learn in what excat place exceptions happen.

Is there some way to debug such code ( apart from
directly linking it with main app for debbuging purposes,
of course ).

Probably no. At least not that I've heard of.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top