Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在“构建后事件命令行”VS2017中使用“重新附加到进程”?
我正在研究“visual studio 2017”“解决方案”,我想在构建后立即“重新附加到进程”。
我想知道如何将命令行用于“重新附加到进程”。
第三种选择是通过从 Windows 命令行运行来附加到进程。
尝试使用vsjitdebugger.exe -p <ProcessId> .
vsjitdebugger.exe -p <ProcessId>
文档:使用 Visual Studio 调试器附加到正在运行的进程