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
i want to see or debug the hole code of chia project, but its confusing how to start/debug the project in pycharm.
Under 'Contributing' i saw this description:
`Pycharm is an amazing and beautiful python IDE that some of us use to work on this project. If you combine it with python black and formatting on save, you will get a very efficient workflow.
pip install black
Run blackd in a terminal
Install BlackConnect plugin
Set to run python black on save
Set line length to 120
Install the linters in the root directory`
But i dont understand it. Where is the main function in this project?
In best case, i want to start the gui (i saw something with 'npm run electron') and want to debug from the gui the functions behind the buttons in the gui.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi community,
i want to see or debug the hole code of chia project, but its confusing how to start/debug the project in pycharm.
Under 'Contributing' i saw this description:
`Pycharm is an amazing and beautiful python IDE that some of us use to work on this project. If you combine it with python black and formatting on save, you will get a very efficient workflow.
pip install black
Run blackd in a terminal
Install BlackConnect plugin
Set to run python black on save
Set line length to 120
Install the linters in the root directory`
But i dont understand it. Where is the main function in this project?
In best case, i want to start the gui (i saw something with 'npm run electron') and want to debug from the gui the functions behind the buttons in the gui.
How can i do that ?
Thank you guys
Beta Was this translation helpful? Give feedback.
All reactions