I'm working on a plugin for 4D 2003. It seems that no matter what I
do, I can't get the codewarrior 9.3 debugger to let me debug my plugin
code.
I've indicated the 4D app in the debugger pane of codewarrior, and
when I choose "debug", the correct 4D launches, I select my database
from the pick-list, and my plugin executes correctly... but no
debug-breakpoints will activate.
Ideas?
Adriaan van Os - 31 Aug 2004 08:47 GMT
> I'm working on a plugin for 4D 2003. It seems that no matter what I
> do, I can't get the codewarrior 9.3 debugger to let me debug my plugin
[quoted text clipped - 6 lines]
>
> Ideas?
The Frament Name in the PPC PEF panel must be the same as the File Name
in the PPC Target panel.
Regards,
Adriaan van Os
Eric VERGNAUD - 31 Aug 2004 10:40 GMT
dans l'article 7e2d2021.0408302308.2173efea@posting.google.com, Mike
Stafford à mike@cartos.com a écrit le 31/08/04 9:08 :
> I'm working on a plugin for 4D 2003. It seems that no matter what I
> do, I can't get the codewarrior 9.3 debugger to let me debug my plugin
[quoted text clipped - 6 lines]
>
> Ideas?
You need to open the xSYM file and place your breakpoint BEFORE launching
4D.
Eric