Re: How do I debug a pref pane?
Re: How do I debug a pref pane?
- Subject: Re: How do I debug a pref pane?
- From: Steve Bennett <email@hidden>
- Date: Tue, 13 Nov 2001 17:21:19 -0500
I'm about to write one myself -- I had planned to use the mechanism
described in the Apple preference pane docs in "Using Preference Panes in
Other Applications" to write a dummy app which loads my preferences pane,
and debug using that. I *think* that will work, especially if gdb works on
the System Preferences app, as someone else pointed out.
I've also considered writing my dummy app to link directly to my preference
pane code, if loading it from the bundle doesn't work...
-->Steve Bennett
>
From: "Kevin Bohan" <email@hidden>
>
To: email@hidden
>
Subject: How do I debug a pref pane?
>
Date: Tue, 13 Nov 2001 17:09:27 +0000
>
>
Hi,
>
>
I am writing a pref pane, but I cannot find a way of debugging it. I tried
>
adding "System Preferences" as the executable to run, and setting
>
breakpoints in my pref pane, but that doesn't seem to work.