C++ API Add-In. Cannot find or open the PDB file.

C++ API Add-In. Cannot find or open the PDB file.

Anonymous
Not applicable
780 Views
2 Replies
Message 1 of 3

C++ API Add-In. Cannot find or open the PDB file.

Anonymous
Not applicable

XLayerUI10.pdb is needed for debugging C++ API Programming Add-Ins.

 

Where can these symbols be found?

 

Message from Visual Studio during debugging is:

"Information not available, no symbols loaded for XLayer10.dll adsk::core::Ptr<adsk::core::Application,adsk::core::IncompleteType>"

0 Likes
781 Views
2 Replies
Replies (2)
Message 2 of 3

goyals
Autodesk
Autodesk

XLayerUI10 is part of Fusion and PDB symbols are not provided for it. You should be able to debug your add-in code and not fusion code. May I know why you need to do that? Thanks.



Shyam Goyal
Sr. Software Dev. Manager
0 Likes
Message 3 of 3

harveysimon
Explorer
Explorer

@goyals Not shipping pdb files makes it hard to debug c++ plugin code...Screenshot 2022-09-05 002845.png