Reputation: 509
I would like to setup MySQL source 5.7 code in Xcode so that I can start investigating the source code. Ideally I would like to be able to compile and run MySQL from Xcode so that I can use the Xcode debugger to step through the code.
Upvotes: 0
Views: 258
Reputation: 19
Here is the steps which helps you to debug MySQL in Xcode
http://technicalqueriess.blogspot.in/2016/04/1-donwload-mysql5.html
Upvotes: 1