无法通过附加到进程 VS Pro 2017 进行调试
Can not debug with attach to process VS Pro 2017
我将我的 MVC 项目部署到 IIS,现在我需要通过附加进程调试代码,但它不起作用。
这些是我调试的步骤:
- Run my solution with Visual Studio Pro 2017 as Admin
- Debug -> Attach to process...
- Attach w3wp.exe process
- Restart my site in IIS Manager
- Run my site in browsers to debug
经过以上步骤,我的断点总是警告:
The breakpoint will not current be hit. No symbols have been loaded
for this document.
我可以通过上述步骤在另一台 PC 上调试我的代码,但这种方式对我的笔记本电脑有问题。
我该如何解决这个问题?
谢谢大家
我通过以下方式解决了我的问题:
- Debug -> Options...
- Uncheck at "Enable Just My Code"
我在笔记本电脑上安装了最新的 Visual Studio Professional 2017 (15.8.5)。在这个版本中,以上选项被默认选中。
我将我的 MVC 项目部署到 IIS,现在我需要通过附加进程调试代码,但它不起作用。
这些是我调试的步骤:
- Run my solution with Visual Studio Pro 2017 as Admin
- Debug -> Attach to process...
- Attach w3wp.exe process
- Restart my site in IIS Manager
- Run my site in browsers to debug
经过以上步骤,我的断点总是警告:
The breakpoint will not current be hit. No symbols have been loaded for this document.
我可以通过上述步骤在另一台 PC 上调试我的代码,但这种方式对我的笔记本电脑有问题。
我该如何解决这个问题?
谢谢大家
我通过以下方式解决了我的问题:
- Debug -> Options...
- Uncheck at "Enable Just My Code"
我在笔记本电脑上安装了最新的 Visual Studio Professional 2017 (15.8.5)。在这个版本中,以上选项被默认选中。