Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

修复第二次启动调试器可能无法hover查看正确的CS对象值 #586

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

heanrum
Copy link

@heanrum heanrum commented Jun 19, 2024

第二次执行emmyHelper这个文件的时候,emmyHelper这个全局变量已经存在了,就不会把emmy赋值给emmyHelper。emmyHelperInit只会把createNode函数添加到emmyHelper不会添加到emmy上,所以第二次启动调试器无法找到emmy.createNode函数导致Bug。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant