How do i debug this code?

I downloaded the model code from github GitHub - jadore801120/attention-is-all-you-need-pytorch: A PyTorch implementation of the Transformer model in "Attention is All You Need". and I wanted to debug it to see what each parameter meant like this


But this code can only run on the command line by entering commands
so how do I debug this code to see what each parameter means?