Skip to content

Enable debug mode automatically when running in debug. #26

@Sslaxx

Description

@Sslaxx

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions