I’m debugging a C++ program, and in order to do that, I’d like to have a look at objects, defined in imported libraries. However, the “Modules” window mentions some symbols not to be loaded because of “Symbol loading disabled by Include/Exclude setting.”:
The “Symbol settings” look as follows: (nothing seems to be excluded to me):
When I click on “Load symbols” in the context menu of the “Modules” for “win32u.dll”, the “Modules” window turns into (I’ve added the context menu for another dll, just for clarity):
For your information: when my application started up, I did not press on Cancel during symbol loading.
Before launching the application, this is what the solution configuration looks like:
How come some of my symbols are not loaded?



