You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to use a debugger, stepping through the code breaks when the automatic definition reload happens.
As a workaround, I can run dagster-webserver instead of dagster-dev so I get the UI without the daemons that execute the automatic reload, however there may be situations where we need to debug with the daemons running.
What's the use case?
When trying to use a debugger, stepping through the code breaks when the automatic definition reload happens.
As a workaround, I can run
dagster-webserver
instead ofdagster-dev
so I get the UI without the daemons that execute the automatic reload, however there may be situations where we need to debug with the daemons running.Ideas of implementation
It looks like it could be controlled via this constant: https://github.com/dagster-io/dagster/blob/master/python_modules/dagster/dagster/_daemon/controller.py#L50
Additional information
No response
Message from the maintainers
Impacted by this issue? Give it a 👍! We factor engagement into prioritization.
The text was updated successfully, but these errors were encountered: