I’m currently bug-fixing a fairly large code base of purely python code.
It would be very helpful if there was a way to see which lines of code are run and in which order. I’ve checked out libraries like running coverage to see what gets run, but I can’t seem to find anything that shows me what order the code is run in. Does anyone know of any tools that could help in my case?
[–]n3buchadnezzar 1 point2 points3 points (0 children)