• Hello [name]! Thanks for joining the GMC. Before making any posts in the Tech Support forum, can we suggest you read the forum rules? These are simple guidelines that we ask you to follow so that you can get the best help possible for your issue.

Question - IDE Problem with global variables list in debugger

kingyo

Member
When I look at the global variable in the debugger, it contains local variables, strings that are not a variable, something garbled, or built-in function names.
Is there a problem with my project? Or is there a problem with the debugger?

OS: windows10
IDE v2.3.2.560 Runtime v2.3.2.426

debugger.png
 

kingyo

Member

kingyo

Member
I checked all the script assets and could not find any function that was not wrapped in "function".

The list of global variables in the debugger still contains local variables, strings that are not variables, and built-in functions.

What should I do?
Can you think of any other causes?
 
Top