How to trace the flow in a python code without look through all the source code -


i'm new bie in python. wanna trace python project "youtube download" provides bunch of functions download youtube videos , wanna know when trigger 1 of method in project.

"./youtube-dl <youtube_url> -t"  

it download youtube stream , save title. wanna know when trigger command functions called , don't want "know/trace" other functions not related command triggered.

is there debug mode option, or kind of setting can let me job!

thanks in advance^^


Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -