Studio Lua Debugger hangs indefinitely on "Step Into"

This only appears to repro on a published place, which seems odd.

Simple repro appears to be any script (running in a published place) that calls into a function. Set a breakpoint on function invoking line and try to step into, observe Studio hang. As a side note I’ve only tested this with a server script.

print("Hello world!")

local function add(a, b)
	return a + b
end

local a = 1
local b = 2
local c = add(a, b)

print(c)

image

I’m also seeing this for “Step Over” as well.

Which beta features do you have enabled?

1 Like

Only “Asset Manager”

This issue should now be resolved! If this issue is still occurring, please create a new topic for us to look into.

2 Likes

This topic was automatically closed after 7 days. New replies are no longer allowed.