You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems that get_local_vars() does not work on whole stack but just in current Program or so (even is global procedure). When using in DebugUtil.qm I can see full stack in get_thread_call_stack() but get_local_vars() returns non-nothing values just for topmost items.
I proceeded with debugger so I'm able to demonstrate issue in unfriendly command line client.
Seems that get_local_vars() does not work on whole stack but just in current Program or so (even is global procedure). When using in DebugUtil.qm I can see full stack in get_thread_call_stack() but get_local_vars() returns non-nothing values just for topmost items.
I proceeded with debugger so I'm able to demonstrate issue in unfriendly command line client.
Example:
The text was updated successfully, but these errors were encountered: