FiniteStateMachine icon indicating copy to clipboard operation
FiniteStateMachine copied to clipboard

Enable debug mode automatically when running in debug.

Open Sslaxx opened this issue 6 years ago • 0 comments

Currently, debug mode has to be set manually on every FSM node. Including something like

	if (OS.is_debug_build ()):
		printerr ("Running in debug mode.")
		enableDebug = true

in fsm.gd would circumvent this.

Sslaxx avatar May 25 '19 13:05 Sslaxx