"Load dll exports" NOT working for VS2012
-
Tuesday, January 29, 2013 5:14 AM
I've encounter a crash dump analysis involving "nvd3dum.dll" which I think is part of nvidia's display driver, and thus no symbols for it. I'd like to use the dll exports to help as much as possible.
During the process, I've found vs2012 is not working properly against this feature .
I happen to have a lot of debuggers installed on my win 7 sp1 x64,thus I tried:
1 vs 2008 sp1/2010 sp1, toggle Tools->Options->Debugging->Native->Load DLL exports, and relaunch debugger session, I DID see more symbols
2 windbg after ".ecxr;kb" it automatically make use of dll exports in this case,"ERROR: Symbols file could not be found. Defaulted to export symbols for nvd3dum.dll"
3 vs 2012 update1, toggle Tools->Options->Debugging->General-> Load dll exports(Native only), (the place is changed, and seems "Enable RPC debugging" no longer exist), no matter I relaunch the debugger session or even the devenv process, it just DOESN'T show any difference(I mean additional symbols from dll exports)
Is it a bug or something I've missed ?
I am a passionate game programmer.
All Replies
-
Wednesday, January 30, 2013 2:25 AMModerator
Hi Trout,
Thank you for posting in the MSDN forum.
I try to check it, I didn’t get the option “Enable RPC debugging”. So I doubt it has been changed, and it seems that this document is not correct.
In addition, to get the issue confirmed and diagnose by product team, would you please create connect report for it? You will get email notification for update.http://connect.microsoft.com/VisualStudio/feedback/CreateFeedback.aspx
If you submit this report, you could share us the link here, I will help you vote it. Thanks for your understanding.
Best Regards,
Jack Zhai [MSFT]
MSDN Community Support | Feedback to us
Develop and promote your apps in Windows Store
Please remember to mark the replies as answers if they help and unmark them if they provide no help. -
Wednesday, January 30, 2013 9:37 AM
OK, no prob. I just ask here first since I'm not sure it's really a bug or something wrong with my own gig.
Here it is: http://connect.microsoft.com/VisualStudio/feedback/details/777848/load-dll-exports-not-working-for-vs2012
I am a passionate game programmer.
- Marked As Answer by Jack Zhai - MSFTMicrosoft Contingent Staff, Moderator Thursday, January 31, 2013 1:47 AM

