> Sure it says that my DLL is loaded + 'symbols loaded'
Just to be sure - it says "Symbols loaded" without any other messages
in parentheses?
> The PDB also has been loaded since it is locked after debugging started.
In Call Stack window, navigate to a function which should definitely
have sources, and try something of the following:
- In Disassembly window, R-Click + Go to Source Code - will it open
the source file?
- Open the necessary source file manually and see if the debugger picks it up
(R-Click + Go to Source Code might also be tried after this)
- In Tools | Options | Debugging | General, uncheck "Require source files to exactly match
the original version"
- Check two sets of source paths available under Solution properties | Common Properties |
Debug Source Files (one allows to specify additional source directories, other can exclude
some files from source search - sometimes the latter can be responsible for a source file not showing
up in the debugger)
Oleg
Egbert Nierop (MVP for IIS) - 27 Jan 2006 22:48 GMT
>> Sure it says that my DLL is loaded + 'symbols loaded'
>
[quoted text clipped - 8 lines]
> - In Disassembly window, R-Click + Go to Source Code - will it open
> the source file?
no it has disabled the menuchoice.
> - Open the necessary source file manually and see if the debugger picks it
> up
> (R-Click + Go to Source Code might also be tried after this)
> - In Tools | Options | Debugging | General, uncheck "Require source files
> to exactly match
> the original version"
> - Check two sets of source paths available under Solution properties |
> Common Properties |
[quoted text clipped - 3 lines]
> for a source file not showing
> up in the debugger)
All checked.
unfortunately, no effect.
Thank you very much for your comments.
Egbert Nierop (MVP for IIS) - 22 Mar 2006 14:48 GMT
>> Sure it says that my DLL is loaded + 'symbols loaded'
>
[quoted text clipped - 24 lines]
> for a source file not showing
> up in the debugger)
For the ones interested in a solution. I found that compiling with /ZI
instead of /ZI Edit And Continue support solved the issue.