I have the Arduino IDE on my Windows desktop and MacBook. The MacBook OS X version is 1.0.3 but don't recall the Windows version.
My sketch is starting to push memory limits and I want to be able to monitor usage. On Windows, compiling displays both "program storage" and "Global variables", while on the MacBook, only displays "Binary sketch size".
Is "Binary sketch size" the same as "program storage" or "program storage" plus "Global variables"?
Is there some IDE setting to get the MacBook to display "Global variables"?
Is there somewhere to see which versions of the IDEs contain what features?