I'm trying to attach the CodeWarrior debugger to an elf file loaded into RAM through u-boot on a P1021.
First I have the debugger attached using the CodeWarrior TAP JTAG:

Next I load the elf in uboot over TFTP:

go 0x1001b1c (where my __start is located at)
My program runs but the debugger never breaks :smileysad:

How can get the attached debugger to break upon entering the execution?
Thanks
Zach