> From: Ola Theander [mailto:[EMAIL PROTECTED]] > If I have the "smart" in-line option enabled some of the templates > functions get in-lined in the code. It's nothing wrong with that > but the problem is that I found that I can't debug those functions.
You should have both a Debug target (with inlining off) and a Release target (with inlining the way you want to release) and then debug only the Debug target. > I would like to know if this is a known problem and > if it's fixed in CW 8? I don't think it's a "problem", it's just the way inlining and debuggers work. Are there examples of other tools where this does work as you expect? -slj- -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
