If you use print or log to debug your code, you might be confused about which line of code creates the output, especially when there are many outputs.
You might insert text to make it less confusing, but it is time-consuming.
Try icecream instead. Icrecream inspects itself and prints both its own arguments and the values of those arguments like above.
Find more details about icrecream here.