You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/09/14 19:05:43 UTC

[GitHub] [airflow] ashb commented on pull request #26400: Create a more efficient airflow dag test command that also has better local logging

ashb commented on PR #26400:
URL: https://github.com/apache/airflow/pull/26400#issuecomment-1247187636

   I don't think we should integrate any specific debugger here in this CLI function, but instruct people to use `breakpoint()` and then either it "just works" with their IDE's integrated debugger, or you can set `PYTHONBREAKPOINT="pudb.set_trace"` (for example) to change what debugger is used.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org