> Debugging application using CW6 and POSE has not helped me 
> that much since
> it doesnt enter functions that I have created. Is there a way as its
> stepping through the debugger to simulate a pendown or a menu 
> selection or
> something so I can watch it enter my event function? 

Once you see the lines

Program "ProjectName.prc" is executing. 
The Stop command is not available
for this program.

in the Debugger source code pane, then click on buttons, choose menu items,
and use the mouse or pen to create pendown events.  Then, if you have
breakpoints in those handlers, the debugger will stop there in the handler
and allow you to step through the event handler code.

-hkmlt

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to