[yocto] Debugging custom python code in recipes

Ross Burton ross.burton at intel.com
Fri Nov 1 16:31:01 PDT 2019


On 01/11/2019 21:30, Alan Martinović wrote:
> Cool, thanks.
> 
> This one seems to be the most up to date from the python debugger wrappers:
> https://github.com/ionelmc/python-remote-pdb

Entirely worth writing a proper class and pushing a layer somewhere.

> The `shell_wait()` in your bbclass is related to the pdb() functionality?

No, it's just a way of making shell tasks pause for inspecting the state 
of the build tree during a task.  I was debugging some nasty packaging 
failures...

Ross


More information about the yocto mailing list