如何附加工作进程进行调试 [英] how can attach the worker process to debug

查看:49
本文介绍了如何附加工作进程进行调试的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何将辅助进​​程附加到调试

how can attach the worker process to debug

推荐答案

在Visual Studio中的文件菜单顶部查看,您可以在其中看到调试"选项.如果单击调试",则将打开一个下拉菜单.从顶部大约第4位有一个附加到处理"选项.点击它.将打开一个窗口,其中包含所有正在运行的进程.选择您需要附加的一个进行调试.单击附加,您就完成了.现在,如果该进程命中了代码,则应该可以对其进行调试.
Look at the top of the file menu in your Visual Studio where you can see ''Debug'' option. If you click ''Debug'', then a dropdown menu would open. There is an option of ''Attach to Process'', around 4th from top. Click it. A window with all running processes would open. Select the one you need to attach for debugging. Click attach and you are done. Now, if that process hits the code you should be able to DEBUG it.


这篇关于如何附加工作进程进行调试的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆