That's exactly what I had to do.. Thanks for the information, it clears
things up (and I found my error).

Now, what I can't figure out is why I cannot set a breakpoint when writing
code - only if an error occurs and I go into the debugger.. Is this supposed
to happen? Basically, when I am writing code the entire Debug menu is grayed
out (and F9 just beeps at me).. Ideas?

Thanks again,
Jason


Steve Mann <[EMAIL PROTECTED]> wrote in message news:55382@palm-dev-forum...
>
> >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