How can I debug a cmd line tool launched by an app?
How can I debug a cmd line tool launched by an app?
- Subject: How can I debug a cmd line tool launched by an app?
- From: Dennis Christopher <email@hidden>
- Date: Fri, 2 Nov 2007 09:42:49 -0400
- Acceptlanguage: en-US
- Thread-topic: How can I debug a cmd line tool launched by an app?
(I have searched the archives and found similar questions but not quite
the same as this one)--
I have a desktop app and a command line tool which are part of the
same XCode project. The app uses the tool under circumstances
where is wants to 'record'. When it does so, it launches the tool
with popen() and sends data continuously to the returned handle
over std in.
With the app running, and the tool launched, I try Attach.. to the tool's
pid; it shows a window, but it doesn't show the source code only system
calls, and has other problems.
Dennis Christopher
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden