Small example "freewheeling" app that can be modified without restarting
draw_debug = function()
	love.graphics.setColor(1,1,1)
	love.graphics.line(0,300, 800,300)
	for x,d in ipairs(Debug_state) do
		circ('fill', x, d*600, 2)
	end
end