问题描述
我已附加到远程w3wp进程.但是,当它中断时,它显示的是汇编代码,而不是源代码.我已经加载了Windows Server 2003的符号,并且还将我的pdb文件复制到了远程服务器上.我正在运行VS 2008.
I have attached to the remote w3wp process. But when it breaks, it is displaying assembly code, not source code. I have loaded the symbols for Windows Server 2003 and also copy my pdb files to the remote server. I am running VS 2008.
我需要为w3wp进程加载符号文件吗? pdb文件也对应于可执行文件的调试版本.所以我需要获取w3wp.exe及其对应的pdb文件吗?
Do I need to load the symbol files for w3wp process? Also pdb file correspond to the debug version of the executable. So do I need to get the w3wp.exe and it's corresponding pdb file?
推荐答案
根据对本文的理解,我认为您需要将调试目标的相应pdb文件复制到远程计算机.
Base on my understanding about this article, I think you will need to copy the corresponding pdb files of your debug target to the remote computer.
这篇关于如何调试服务器上远程运行的W3WP工作进程?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!