At 21:54 2002-11-12 -0700, you wrote:
Is it possible to load a shared library and an application in to the same
project so that you can debug both at the same time (using CW)?   If not, is
there some other recommended procedure for debugging one (app) that uses the
other (shared lib)?
Yes. In CodeWarrior's project settings, look at the Runtime Settings panel. You can specify a PRC filename here which will be downloaded along with your shared library by the CW debugger when you start a session. The debugger will launch this app, and you should be able to step through it and hit breakpoints you've set in your shared library code.

--
Ben Combee <[EMAIL PROTECTED]>
CodeWarrior for Palm OS technical lead
Palm OS programming help @ www.palmoswerks.com


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


Reply via email to