Reputation: 2724
I've a print emulator that would like to automatic start/kill whenever starting/stop debug my app.
I thought about build events but I dont think it is the best place to put it on.
There is a good place to put this commands?
Upvotes: 0
Views: 50
Reputation: 11
If you go into your Project's Debug settings, under "Start action", there is an option that allows you to specify an external program via path.
Upvotes: 1