Debugging main app with compiled DLL



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


.



Relevant Pages

  • Re: How to connect to children process
    ... Main problem is amount of manual operations required per debug cycle. ... connection to DLL with debugger takes sensible amount of time and manual ... Is the main problem that the debugger keeps symbols file loaded ... AFAIK that's how VS2003 debugger works, but WinDbg should usually ...
    (microsoft.public.vsnet.debugging)
  • Re: How to connect to children process
    ... AFAIK that's how VS2003 debugger works, ... unload symbols completely after the dll ... Also, when setting breakpoint on the needed function (in WinDbg), ... I'm creating code with int 3 in place that I'm willing debug. ...
    (microsoft.public.vsnet.debugging)
  • Re: Pinvoke MissingMethodException
    ... Place your dll in the Windows folder. ... > app using Visual Studio for a PocketPC 2003 target device. ... > void GetVersion; ... > In the debugger it fails on the call to GetVersion with a ...
    (microsoft.public.pocketpc.developer)
  • Re: Debugging JNI shared libraries
    ... >compiles OK on Win32 when I have teh requisite stuff installed and I'm ... >DllMain gets called, attach to the dll? ... code as far as the debugger is concerned). ...
    (comp.programming)
  • Re: AD+ crash logs and .dmps Part II
    ... This a .dll provided by an online payment verification ... The Debugger docs have some basic info but overall, understanding ... details the formation and usage of the stack. ...
    (microsoft.public.inetserver.iis.security)