I presume you are using windbg? If not, then you should. In windbg there
is a menu setting that you can set alternate source paths with.
File/Source File Path
You can enter as many paths as you like, separated by semicolons. You don't
need to enter the entire path - just enough to differentiate it from the
normal path. In the case of your example, you would simply enter
<some_other_root>, since the rest of the path is the same.
Alternately, if you just open the file with File/Open on the file you want,
windbg will automatically fix up the source file path to include the
required directory and persist that to the workspace.
.pat styles [microsoft]
"J.Weiss" <weis...@googlemail.com> wrote in message
news:64d13053-a6a7-4630...@j19g2000yqk.googlegroups.com...