- Put this on a LocalScript:
while true do
if true then
break
end
end
- Set a breakpoint on line 3 (break)
- Run
while true do
if true then
break
end
end
Thanks for the report! We’ll follow up when we have an update for you.
This is a duplicate of Intuitive Debugger: steps stopping on wrong lines, we have work coming on this and will update when this is done.