Kuzy
May 11th, 2005, 09:02 AM
Hi,
I wrote an application which contains a dll. I compiled it in debug mode and run it from my main app.
Now debugging seems to be a bit complicated. I am able to set breakpoints inside my dll and the net environment stops running it at these points showing me the actual line. That is very helpful.
But if my dll is stopped by a bug, a exception window is shown and the cursor doesn't show me the line the exception occured. It just shows me a line in the main-thread of my Application.
Why?
How do I configure my developing environment to show me the line a exception occured inside a dll?
Thanks to all having ideas about this topic.
Kuzy
I wrote an application which contains a dll. I compiled it in debug mode and run it from my main app.
Now debugging seems to be a bit complicated. I am able to set breakpoints inside my dll and the net environment stops running it at these points showing me the actual line. That is very helpful.
But if my dll is stopped by a bug, a exception window is shown and the cursor doesn't show me the line the exception occured. It just shows me a line in the main-thread of my Application.
Why?
How do I configure my developing environment to show me the line a exception occured inside a dll?
Thanks to all having ideas about this topic.
Kuzy