Hemen Ashodia
Hemen Ashodia

Reputation: 509

How to setup MySQL source code in Xcode?

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

Answers (1)

Vijay Kalathiya
Vijay Kalathiya

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

Related Questions