Skip to content
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

Debug workers #77

Open
slefrancois opened this issue Oct 25, 2016 · 1 comment
Open

Debug workers #77

slefrancois opened this issue Oct 25, 2016 · 1 comment

Comments

@slefrancois
Copy link

Currently, the pdb debugger cannot be used on worker processes, because the main console running the controller process is not connected to the worker prompt.

Debugging models would be easier if we could pass the worker's pdb prompts to the main terminal.

@nouiz
Copy link
Contributor

nouiz commented Oct 26, 2016

I think there is a way to manually start the worker. Is that right? If so,
this allow to do that. But maybe it was removed.

I don't know how we can connect multiple worker to the same parent
termianl. Is this possible?

On Tue, Oct 25, 2016 at 5:11 PM, Simon Lefrancois [email protected]
wrote:

Currently, the pdb debugger cannot be used on worker processes, because
the main console running the controller process is not connected to the
worker prompt.

Debugging models would be easier if we could pass the worker's pdb prompts
to the main terminal.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#77, or mute the thread
https://github.com/notifications/unsubscribe-auth/AALC-4dlwbxX6iyTOp_R9cGq5wjkIlL4ks5q3nCZgaJpZM4KgfX8
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants