potiuk commented on PR #35101:
URL: https://github.com/apache/airflow/pull/35101#issuecomment-1773809275

   Since we are going to work on more of changes similar to 
https://github.com/apache/airflow/pull/35086 I've figured that it might be 
non-obvious how to easily configure your IDE to run debugging sessions - 
without involving remote debugger or using ipython or "print debugging".
   
   It's rather easy - but it's not something you'd usually do when you develop 
Pythin script. Breeze is an installable  package which has automated upgrade 
checks and uses click to pass commands, so you need to use `module` and add 
`SKIP_UPGRADE_CHECK` variable in "IDE "debugger".
   
   I added screenshot and explanation about it in Breeze docs. Might be also 
helpful to pull in others who would like to 


-- 
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-unsubscr...@airflow.apache.org

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

Reply via email to