Re: [PR] Add instructions on how you can debug Breeze easily [airflow]

2023-10-21 Thread via GitHub
potiuk merged PR #35101: URL: https://github.com/apache/airflow/pull/35101 -- 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.a

Re: [PR] Add instructions on how you can debug Breeze easily [airflow]

2023-10-21 Thread via GitHub
amoghrajesh commented on code in PR #35101: URL: https://github.com/apache/airflow/pull/35101#discussion_r1367746460 ## BREEZE.rst: ## @@ -2649,3 +2649,50 @@ This will also remove breeze from the folder: ``${HOME}.local/bin/`` .. code-block:: bash pipx uninstall apache-

Re: [PR] Add instructions on how you can debug Breeze easily [airflow]

2023-10-21 Thread via GitHub
hussein-awala commented on code in PR #35101: URL: https://github.com/apache/airflow/pull/35101#discussion_r1367742062 ## BREEZE.rst: ## @@ -2649,3 +2649,50 @@ This will also remove breeze from the folder: ``${HOME}.local/bin/`` .. code-block:: bash pipx uninstall apach

Re: [PR] Add instructions on how you can debug Breeze easily [airflow]

2023-10-21 Thread via GitHub
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 de

[PR] Add instructions on how you can debug Breeze easily [airflow]

2023-10-21 Thread via GitHub
potiuk opened a new pull request, #35101: URL: https://github.com/apache/airflow/pull/35101 It could be unclear how to debug Breeze using IDE debuggers, this change provides an explanation including screenshot from PyCharm. --- **^ Add meaningful descrip