My code is running really slow (~10 mins for millions of data points) and instead of physically stepping through the code, can I have PyCharm highlight the current line of code that it is running so I can see where it is spending the majority of its time?
Stepping through the code took too long since there are many lines of code and many files to view.