Attaching to a child process automatically in Visual Studio during Debugging

前端 未结 5 1340
野性不改
野性不改 2020-12-04 21:56

When writing plugins for media center your plugin is hosted in ehexthost.exe this exe gets launched from ehshell.exe and you have no way of launchi

5条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-04 22:05

    You can automatically attach to a process by pressing F5, if you setup something like that in visual studio:

    http://vvcap.net/db/ujYL7zeN_n_RgeprqCSM.htp

    notice: There's "Command" filled up as an executable name, and "Attach" must be "yes"

提交回复
热议问题