Debugging main app with compiled DLL
- From: "Gareth" <battygar@xxxxxxxxx>
- Date: Fri, 21 Mar 2008 11:30:24 +0200
Hi,
I am debugging a new VB.net app using INI functions from a pre compiled .NET
dll.
When I come to a line calling a function in the DLL, the debugger knows
where the code of the dll is and shows it when I use F8 to proceed to the
next line of code.
I have copied the compiled DLL to the debug folder of the main app and used
the 'reference' screen to 'point' to that dll, but it still shows me the dll
code.
Can anyone tell me how to switch this off because I will be making many many
classes with DLLs and I really don't want the vb.net debugger to take me
constantly to already well debugged code of the compiled DLL.
Thanking you in advance
Garry
.
- Follow-Ups:
- Re: Debugging main app with compiled DLL
- From: Phill W.
- Re: Debugging main app with compiled DLL
- From: kimiraikkonen
- Re: Debugging main app with compiled DLL
- Prev by Date: Re: Execute macro only for one solution
- Next by Date: Re: ComboBox drop-down window closing/hidden
- Previous by thread: ComboBox drop-down window closing/hidden
- Next by thread: Re: Debugging main app with compiled DLL
- Index(es):
Relevant Pages
|