J
Jon Brunson
Where does VS.NET 2003 load the symbol (pdb) files from when debugging a
smart device?
I've got a DLL in a sub-folder off where my main exe lives, and I can
never debug this DLL as it never loads its symbols.
Does the pdb file have to be on the device, or on the PC? In the same
folder as the EXE?
If so is there an automated way to copy the pdb file from the sub-folder
to the main folder after each build?
Does that fact I'm loading this DLL at run-time effect where the pdb
file needs to go in order to debug?
On a side note, I load DLLs at run-time in a Desktop application, and
they debug fine.
smart device?
I've got a DLL in a sub-folder off where my main exe lives, and I can
never debug this DLL as it never loads its symbols.
Does the pdb file have to be on the device, or on the PC? In the same
folder as the EXE?
If so is there an automated way to copy the pdb file from the sub-folder
to the main folder after each build?
Does that fact I'm loading this DLL at run-time effect where the pdb
file needs to go in order to debug?
On a side note, I load DLLs at run-time in a Desktop application, and
they debug fine.