all groups > visual studio .net debugging > september 2005 >
You're in the

visual studio .net debugging

group:

Debugging VC++ dll from C# project



Debugging VC++ dll from C# project batista
9/20/2005 8:56:58 AM
visual studio .net debugging: Hello there,

I have a VC++ dll project, and a VS.net project which is using that
dll. Now how do i go into that dll to a specific function
during debugging, using VS.net?

Thanks In Advance...

Cheers...

Bye
Re: Debugging VC++ dll from C# project David Lowndes
9/20/2005 8:56:20 PM
[quoted text, click to view]

Assuming it's a native code C++ DLL, you'll need to enable mixed mode
debugging - you'll then be able to step into your (debug build) C++
DLL. Note that mixed mode is very much slower.

Dave
--
Re: Debugging VC++ dll from C# project batista
9/21/2005 3:20:38 AM
Thanks For Reply,

But How do I enable mixed mode debugging?

Cheers...

Bye.
Re: Debugging VC++ dll from C# project David Lowndes
9/21/2005 8:34:41 PM
[quoted text, click to view]

From MSDN:

"To enable mixed-mode debugging in a managed EXE calling a native DLL
In Solution Explorer, select the project.

On the View menu, click Property Pages.
In the Properties Pages, click the Debug tab.
Under the Enable Debuggers group, select the Enable unmanaged code
debugging check box.
"

Dave
--
AddThis Social Bookmark Button