Are there any tools that can determine if a function/procedure/method/entire class is used?
I\'ve seen tools that can help a knowledgeable developer track down unus
Although clumsy and not global, you can examine the source code for the dots in the margin, as shown below. These are lines on which you can set breakpoints because the code hasn't been deadcode eliminated.
This happens, I believe, at the procedure level. I don't know a way to determine this at a less coarse level.