kotborealis commented on issue #2111: URL: https://github.com/apache/buildstream/issues/2111#issuecomment-4770644776
It seems a bit excessive. For example, I'm quickly iterating on some problem feature on my plugin. How it would look with my proposal: * update source code of plugin, with `breakpoint()` somewhere; * start `bst build/track/fetch ...`; * almost instantly get a PDB terminal and start investigation. How it would look with `-m pdb -p PID`: * update source code of plugin, with `breakpoint()` somewhere; * start `bst build/track/fetch ...`; * get dropped into a PDB terminal, but it's output is garbled by buildstream statuses * open a new terminal * find a PID of running buildstream via `ps aux | grep` * open up `-m pdb -p PID` The second workflow takes a lot more time. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
