Re: trouble debugging input method remotely
Re: trouble debugging input method remotely
- Subject: Re: trouble debugging input method remotely
- From: Daniel Child <email@hidden>
- Date: Thu, 01 May 2008 14:31:24 -0400
I should have been clearer explaining why you need remote debugging.
The focus while test-typing the input method will be something like
TextEdit. You cannot be "inside" TextEdit and Xcode at the same time.
You are either typing in one app or the other.
So the idea is to run the executable on a remote computer, using some
client (Word / TextEdit, whatever), while running Xcode on the local
computer to debug. At least, that's how I understand it.
FWIW, I tried simply copying the build folder over to the mirror UNIX
path on remote (/Users/Shared/<ProjectName> and still got an error.
(following successful authentication)
This GDB was configured as "powerpc-apple-darwin".Architecture of file
not recognized.
Architecture of file not recognized.
Working directory /Users/Shared/NumberInput0/Debug.
sharedlibrary apply-load-rules all
(gdb) run
Running…
[Switching to process 483 local thread 0x1203]
You can't do that without a process to debug.
You can't do that without a process to debug.
I'm wondering about the architecture not being recognized. Is this an
Intel vs PPC thing or something else? My LOCAL computer is an Intel,
the REMOTE is a PPC.... Since this was Apple's sample, I'm leaving the
SDK/target as is since presumably those are the settings they
used....???
On May 1, 2008, at 1:42 PM, j o a r wrote:
On May 1, 2008, at 10:39 AM, Daniel Child wrote:
Input methods run in the background and need to be debugged
remotely....
Why? Do you have any links to documentation that states that this is
a requirement?
j o a r
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden