Vinicius Gonçalves
Vinicius Gonçalves

Reputation: 2724

Start external .exe when start debug

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

Answers (1)

user10574815
user10574815

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

Related Questions