-
Notifications
You must be signed in to change notification settings - Fork 297
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
Bot command line parameters for manual interaction #214
Comments
My 2 cents: right now, I would not like to focus on this. Before that I want to see better unit tests for all bots. As mentioned, that's my 2 cents. |
The idea is interesting but as @aaronkaplan said, is not a priority. |
similar features were already implemented with intelmqctl and a lot of new information was documented. |
As far as I see, the feature request has been postponed, not rejected, right? |
The first issue is resolved, we have a debugger. See #975 |
The third issues is also in #698 |
I propose to add to the bot class some command line handling
with the following characteristics:
a. loads pdb (python debugger)
b. sets breakpoint for process method for bot
c. waits there for user input (pdb actually does that)
What do you think? I obviously like that idea ...
The text was updated successfully, but these errors were encountered: