Watching Module Varaibles
Greetings,
I'm new to writing modules. If you have a module running on a system that declares some variables, how do you watch those varaibles during runtime? The debug associated with the master program seems to not always show the values.
Thanks.
I'm new to writing modules. If you have a module running on a system that declares some variables, how do you watch those varaibles during runtime? The debug associated with the master program seems to not always show the values.
Thanks.
0
Comments
Also if you have a module that you use more than once, you will have to select one (or more) from a list.
while stepping through yes, but not while the system is up and running
i think there is a way of selecting the correct variable.
Let's say you have 5 instances of 1 module. If you want to watch a variable that is defined as third instance, you select the 3rd variable from the selection list. Can anyone confirm this is the way to go?
I have experienced the same problem. If you have lets see four of the same tv and use four instances of the same module. Their seems to be no way to actually watch those variables.
It almost forces use the same module, just rename it slightly for all four.
The variables do not reliably show. YOu can pass the in an out of the module to a variable.
But not as simple as just watching an array or variable.
I think this is a fault of amx debug.
Any one else have this ame problem.
In theory yes, but it doesn't work. Try selecting all five from different modules. Change one, they all change. It's broken, and cannot be depended on.