The trick using the "Other Executables" sounds pretty good, but I haven't yet figured out how to use it. I just did what you suggested, namely, I added MyLib.prc to the Other Executables panel for MyLibClient and put a breakpoint in both a function in MyLibClient as well as in a function in MyLib which is called by the first function. I started up the debugger, hit the first breakpoint, hit Run, but didn't hit the second breakpoint in MyLib. What am I missing here? What exactly does this trick do for me, and how do I make use of it?
In the Other Executables panel...
1) Make sure you have the "Download file" checkbox set. For the file path, just put "/". It isn't used, but the panel (which was designed for desktop debugging) needs something.
2) Make sure the "bug" dot is on -- that tells the IDE to load debug info for that executable.
--
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/
