Greg informs me that...

"Global variables not showing up is a bug in CDT currently where they
don't query MI plug-ins for the list of global variables to populate the
list with. 

That being said there is a work around: type the name of the global
variable into the "Expressions" tab. This work around works for most
cases with one caveat to watch out for: if the variable is a structure
with an array member and it is expanded, our PalmOSDebuggerMI.exe can
crash due to a problem in the CDT where they can delete parent items of
children from their tree view, without ever deleting the children
themselves (which then causes us to crash with an access violation). We
have modified our current code to deal with this, but it hasn't been
released yet. So if you have an array item, you will need to specify the
array item itself (not just the parent variable and then expand it)." 

> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of Olivier M
> Sent: Thursday, March 17, 2005 3:27 PM
> To: Palm Developer Forum
> Subject: PODS Debug, show global variables
> 
> Hello
> I would like to show globals during debug. I open the 
> variables view, i click on "Add global variables" and a popup 
> is displayed : "selection needed" but the list is empty.
> My program works normally.
> 
> How can I show my globals ? Did I forget something ?
> Thanks, I'm starting with PODS...
> --
> For information on using the Palm Developer Forums, or to 
> unsubscribe, please see http://www.palmos.com/dev/support/forums/
> 

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

Reply via email to