benfred / py-spy

Sampling profiler for Python programs
MIT License
12.16k stars 401 forks source link

feature requests: dump traceback add function the whole line #535

Open samegek opened 1 year ago

samegek commented 1 year ago

now dump only get Thread 2012811 (idle): "MainThread" foo (:1)

expect Thread 2012811 (idle): "MainThread" foo (:1) foo = bar