switch to process context on w2k

Hello,

while kernel live debugging I am used to switch into process context via cmd: .process /i . But it works from WinXP. How do I switch to process context on Win2k? I tried .context with BaseDir from !process, but no success. Without context I am not able to display stack trace correctly.

Thanks.

Use: “.process /p ”

You should also add the /r switch to this command. This will reload symbols,
which will get you the correct user module list for the new process (see:
http://www.osronline.com/article.cfm?article=576).

-scott


Scott Noone
Consulting Associate and Chief System Problem Analyst
OSR Open Systems Resources, Inc.
http://www.osronline.com

wrote in message news:xxxxx@windbg…

Use: “.process /p ”