Getting variables

<< Click to Display Table of Contents >>

Navigation:  Debugging >

Getting variables

To get variable value in current context (taking into account current function stack), for example, to display variable value in debug watch window, use

 

    function GetDebugVariable(const Name: string): TExVariable;