-
Notifications
You must be signed in to change notification settings - Fork 268
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make devs aware of debugging and ipdb
in docs
#2220
Conversation
discussed in #2149 |
It would be good to also show how to run a command-line tool in a debugger with and without having to add a python -m pdb -m ctapipe.tools.process [usual command-line options] # for pdb
python -m ipdb -m ctapipe.tools.process [usual command-line options] # for ipython debugger ALso the linked article is somewhat out of date, as it recommends using |
I would also add |
I recently found pudb which is a pretty nice if somewhat quirky terminal debugger. |
It seem the jobs here are failing, and there is no "restart" button - perhaps push a blank commit and we can just review/merge this? |
This needs a rebase with main, to e.g. include the fixes for the memory problem (which is I think the issue for the CI failure here). The reason for the absence of a restart button is probably that github doesn't allow restarting jobs indefinitely. |
9b4af5b
to
47cba4e
Compare
Rebased vs. main now |
No description provided.