Intuitive Debugger: Wrong breakpoint line when pointed to "break" statement

  1. Put this on a LocalScript:
while true do
	if true then
		break
	end
end
  1. Set a breakpoint on line 3 (break)
  2. Run

What happens

1 Like

Thanks for the report! We’ll follow up when we have an update for you.

3 Likes

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.