dimanche 10 décembre 2017

Automated Testing of Program Startup Under Xcode Debugger

I have Mac Os program written in c++ under xcode that has an intermittent bug that occurs infrequently during startup, around once every 100 startups.

Is there an automated way to run/exit/rerun/... a program under the Xcode debugger for an arbitrary number of cycles?

I can add some code that will automatically exit the program after a successful startup. So what I need is a way to automate detecting that the program has exited and causing it to be rerun again under the debugger.

Is there a way to do this?

Aucun commentaire:

Enregistrer un commentaire