Skip to content

DASH_DEBUG variable has no effect #1979

@tashrifbillah

Description

@tashrifbillah

https://dash.plotly.com/reference

Definition of external environment variable export DASH_DEBUG=True does not trigger debugging mode. It appears that it must be set within:

f __name__=='__main__':
    app.run_server(host='localhost', debug=True)

I have the latest dash. You can try to reproduce the issue by removing debug=True from code of your favorite app and defining DASH_DEBUG via export.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions