Ask a Question related to Mac Programming, Design and Development.
-
Patryk 'Silver Dream !' Łogiewa #1
Re: How can I see global variables with ProjectBuilder
Loris Cecchinelli wrote:
Menu->Debug->Expressions->varl.> Hi to all
> I have the subsequent problem with ProjectBuilder. I declare a global
> variable and a soubroutine before main, as example
>
> int var1;
>
> void my_routine(void);
>[...]
> in this case if I am in debugging mode and have a breakpoint in the
> soubroutine my_routine, I can see the value of variables var3 and var4,
> if I click under main thread I can see the value of var2 but I can' t
> see the values of var1. How can I see the value of var1 ?
Patryk 'Silver Dream !' Łogiewa Guest
-
Global Variables
I would like to know the preferred way in which to define, store, and retrieve global varialbes in asp.net applications. I have read through past... -
Global variables in AS3
The documentation for AS3 tells me that a variable set as 'public' will be available everywhere. If I set public var myvar:String; at the top of... -
Global Variables problem
Hi there.. i know this is a very newb question, but any way... need to know something. I had declared a global variable this way: on... -
Problem with global variables
Hi All, I'm turning mad with global variables... In created a simple test script with 2 functions which worked fine but the other one i need... -
Global variables - application variables vs include file
What are the best methods for using global constants and variables? I've noticed that many people put all global constants in a file and include...



Reply With Quote

