Skip to content

Conversation

@SU-Daigoro
Copy link

VM_PROTECT(luau_callhook(L, L->global->cb.debugstep, NULL)); NULL should be L->global->cb.userdata instead - otherwise the userdata won't be used for debugstep calls via luau_callhook.

VM_PROTECT(luau_callhook(L, L->global->cb.debugstep, NULL));
NULL should be L->global->cb.userdata instead - otherwise the userdata won't be used for debugstep calls via luau_callhook.
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