func(a(), b.c)
When executing the line above in the pdb debugger, using step will actually step into a, and then into the get
step
a
tb func ("temporary break at func") followed by c ("continue") should work.
tb func
c