all groups > visual studio .net ide > august 2005 >
You're in the

visual studio .net ide

group:

stepping into code file of dll using



stepping into code file of dll using TS
8/22/2005 11:52:49 AM
visual studio .net ide: HI, i have this dll that i am using in my project. Whenever i would step
into the method of the dll object, it would automatically open the source
file and step into the correct line of code so i could debug in it. Now it
won't do it.

Anyone know why and what has changed?

thanks

RE: stepping into code file of dll using v-garych NO[at]SPAM online.microsoft.com (
8/23/2005 8:02:22 AM
Hi,

[quoted text, click to view]

Without more detailed info about this issue, I cannot assume what changed
in your machine, will the debugging info of your startup application be
corruptted by any chance?


Thanks!

Best regards,

Gary Chang
Microsoft Community Support
--------------------
Get Secure! ¡§C www.microsoft.com/security
Register to Access MSDN Managed Newsgroups!
http://support.microsoft.com/default.aspx?scid=/servicedesks/msdn/nospam.asp
&SD=msdn

This posting is provided "AS IS" with no warranties, and confers no rights.
Re: stepping into code file of dll using TS
8/23/2005 11:23:32 AM
removing and re-adding the reference fixed it, thanks

[quoted text, click to view]

Re: stepping into code file of dll using v-garych NO[at]SPAM online.microsoft.com (
8/24/2005 12:00:00 AM
That's great, I am glad to know the problem fixed:)


Good Luck!

Best regards,

Gary Chang
Microsoft Community Support
--------------------
Get Secure! ¡§C www.microsoft.com/security
Register to Access MSDN Managed Newsgroups!
http://support.microsoft.com/default.aspx?scid=/servicedesks/msdn/nospam.asp
&SD=msdn

This posting is provided "AS IS" with no warranties, and confers no rights.
Re: stepping into code file of dll using TS
8/30/2005 11:22:49 AM
I have a different developer who is trying to step into this dll that i have
copied to his system. I have a separate project that contains the source
code and builds this dll on my box. I have copied the source files to his
computer and have added the folder path to his solution's debug source files
paths.

My solution doesn't have this path in debug source files.



[quoted text, click to view]

Re: stepping into code file of dll using v-garych NO[at]SPAM online.microsoft.com (
8/31/2005 12:00:00 AM
Thanks for sharing us the problem's root cause:)

Have a nice day!

Best regards,

Gary Chang
Microsoft Community Support
--------------------
Get Secure! ¡§C www.microsoft.com/security
Register to Access MSDN Managed Newsgroups!
http://support.microsoft.com/default.aspx?scid=/servicedesks/msdn/nospam.asp
&SD=msdn

This posting is provided "AS IS" with no warranties, and confers no rights.
Re: stepping into code file of dll using TS
8/31/2005 9:28:41 AM
actually, this is a separate question. I am wondering why he can't step into
the code of the dll. He has the source code but he can't step into it. as
detailed in the previous message, what is missing from his implementation to
get that working?


[quoted text, click to view]

Re: stepping into code file of dll using v-garych NO[at]SPAM online.microsoft.com (
9/1/2005 12:00:00 AM
Hi,

[quoted text, click to view]

Does the developer have the project used to create the DLL itself?

You could not step into a source file when the debugger hasn't loaded the
debug information for that dll where the code is located. So it appears
that dll doesn't contained the necessary debug symbol info for debugging.
You may need to provide that dll's debug symbol infomation file to that
developer, such as the corresponding .pdb (program database) file which
holds debugging and project state information.

Please refer to the following MSDN docs for the details:

Why Don't My DLL Breakpoints Work?
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vsdebug/htm
l/_core_why_don92t_my_dll_breakpoints_work3f.asp


Thanks!

Best regards,

Gary Chang
Microsoft Community Support
--------------------
Get Secure! ¡§C www.microsoft.com/security
Register to Access MSDN Managed Newsgroups!
http://support.microsoft.com/default.aspx?scid=/servicedesks/msdn/nospam.asp
&SD=msdn

This posting is provided "AS IS" with no warranties, and confers no rights.
AddThis Social Bookmark Button