Automatically open terminal when debugging in xcode?

Posted by drewh on Stack Overflow See other posts from Stack Overflow or by drewh
Published on 2010-03-31T14:11:05Z Indexed on 2010/03/31 14:13 UTC
Read the original article Hit count: 254

Filed under:

When debugging an executable in XCode, I very often have to open up a terminal window, navigate to the executable's working directory and do some work there. Is there any way to have XCode automatically open a terminal window at this location each time I debug my program?

© Stack Overflow or respective owner

Related posts about xcode