Hi,
I'm writing a Photoshop PlugIn. I am using CodeWarrior 9.5 and running on
a
G5/1.5GB, Dual Processor, Under Tiger.
After applying the CW 9.5 update I can now build (this project builds a
Mach-O binary) the sample PlugIn that comes with the Adobe SDK. I would
now
like to put a breakpoint into the plug in and set thru the code.
In CodeWarrior I set the "Host Application for Libraries & Code Resources"
to
point to the Photoshop application (In the case Photoshop CS2), but when I
try to run from the debugger I get the error message:
"Can't find executable file %s, it may need to be rebuilt"
One interesting thing that may or may not be a clue is that when I did a
"Choose" for the file, it wouldn't take the bundle folder as the
application,
I had to set it to the real App in Contents/MacOS.
Any ideas how to make this work?
Thanks a lot
Dave