>Any time I debug my palm app, all the local variables are "Register not
>available" but all the global variable's values are displayed.

The debugger "loses" the value of variables stored in registers when 
an error occurs (at least that's what the message implies). When I 
run into this situation (which always seems to happen with Err... 
APIs), the only way I can see the values is to rerun the program and 
set a breakpoint on the statement _before_ the offending statement 
then single step. Maybe there's an easier way to circumvent this 
problem, but I haven't found it.

Regards,
Steve Mann
-- 
Creative Digital Publishing Inc.
1315 Palm Street, San Luis Obispo, CA 93401-3117
-------------------------------------------
805.784.9461              805.784.9462 (fax)
[EMAIL PROTECTED]       http://www.cdpubs.com

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

Reply via email to