Visual Studio: auto attach to a process when the process is spawned

后端 未结 10 1095
青春惊慌失措
青春惊慌失措 2020-12-04 13:47

I want to attach to a process(a.exe) as soon as it is spawned, is it doable with VS? I only know the name of the process. Actually what I want to accomplish is set a breakpo

10条回答
  •  南方客
    南方客 (楼主)
    2020-12-04 14:41

    I really liked Entrian Attach as suggested by @RichieHindle, but I also found this free tool that does something similar. It catches all processes started by the debugging process.

    Spawned Process Catcher: https://marketplace.visualstudio.com/items?itemName=Brubtsov.SpawnedProcessCatcher

提交回复
热议问题