> From: Clark Dorman [mailto:[EMAIL PROTECTED]] > how hard is it to add line numbers?
First problem is, where would POSE get the line number information? That debug info is not compiled into your program. Currently it can report the function names only because those are embedded in the program. Getting line numbers from an external symbol file would probably be a good sized task. -slj- -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
