Step into subroutine call, but not calls made for parameters

前端 未结 2 1680
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-01-27 04:42
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

2条回答
提交回复
热议问题