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
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: