En:DbgShowValue
Материал из Pocket Fallout для КПК на PDA PC PPC Mobile.
Содержание |
[править]
Syntax
DbgShowValue(variable : BasicType)
[править]
Description
Display value of the specified variable (for debugging);
[править]
Parameters
- variable - basic type. Variable, information of wich is necessary to get;
[править]
Result
The procedure returns nothing;
[править]
Additional note
Use the current function follows cautiously (especially in loops) as the window which it calles can be closed only by the user. For better debugging it is better to use function DbgLogValue.
[править]