gdb - Change the working directory in Xcode -
I have been able to run in Xcode using my C ++ project CMK-G Xcode. Now I would like to debug it, because it brings it back to good GDB.
Although I need to change the working directory where GDB is executed otherwise it does not work (it needs to read some data from the files relative to the path of the working directory) GDB has created CD work_dir Type typing it off and then typing it manually manually. It works, but the Xcode will continuously complain and this is also not an elegant solution.
Then somewhere in the build settings I should be able to set the work directory .. But where ?!
itemprop = "text">
Get "Get Info" on the executable in the xcode and look at the first tab - a setting for the directory working there
Comments
Post a Comment