M
Mathias Fritsch
I want to debug using dbgclr.exe on a different machine then the one
the application was built.
I copied the pdb files and cs to the target machine and could debug
into the main dll.
My problem is that I can not debug into dependent dll. These dependent
dll where built using paths that dont exist on the target machine, so
my guess is that the paths in the pdb are absolute. At least it looks
like that if I open the pdb with notepad.
Are these paths realy absolute and is there a way to work around it?
The error I get in dbgclr is "No Debugging Symbols loaded"
regards
Mathias Fritsch
the application was built.
I copied the pdb files and cs to the target machine and could debug
into the main dll.
My problem is that I can not debug into dependent dll. These dependent
dll where built using paths that dont exist on the target machine, so
my guess is that the paths in the pdb are absolute. At least it looks
like that if I open the pdb with notepad.
Are these paths realy absolute and is there a way to work around it?
The error I get in dbgclr is "No Debugging Symbols loaded"
regards
Mathias Fritsch