You can simply 'step into' a library function, can't you? Just put a breakpoint at a call to a library function in your app, press F11 (Step into), and presto! You're in Library-land!
Good luck, Caspar -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rakesh Pai Sent: Saturday, January 31, 2004 2:08 PM To: Palm Developer Forum Subject: Re: To all CodeWarrior Users nope i dont think so. Anyways, i found out the way to do wat i was looking for. The solution is to open both the client and library projects at the same time and run the client project after putting the required break points in the library code. Rakesh. "Matt Graham" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Rakesh Pai wrote: > > Hi, > > I've developed a static library using CodeWarrior 9.2. To use this library > > i've developed a client '.prc' file. > > Is there a way to debug the library in CodeWarrior by providing the '.prc' > > file to the IDE?. So that when i Debug (F5) the project i can directly start > > debugging the code in the library instead of going thru the code in the > > client? > > Thanx in advance. > > Would setting the launch code in the Palm OS Debugging window do what > you need? > -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
