Shawn J. Goff
Shawn J. Goff

Reputation: 4765

Xcode 4 debugging as root

I'm trying to debug a program that has to run as root. I found a SO answer that explains how to use remote debugging to do that. The instructions there and similar instructions out there don't seem to apply to XCode 4. It's possible that I'm just not familiar with the "Executables" item that is referenced. Is there a way to do this in XCode 4?

Upvotes: 2

Views: 439

Answers (1)

BJ Homer
BJ Homer

Reputation: 49034

There's currently no way to do this in Xcode 4. I've filed bugs regarding that lack, and would encourage you to do the same.

Upvotes: 3

Related Questions