Tommi Prami 130 Posted September 6, 2022 (edited) Fellow forum members educated me of feature I did not know existed, or I knew, but I never used it this way. I've attached pdf-file for the info. Thanks all helping to get the call count, this is pretty cool. Get call count with Delphi Debugger.pdf Edited September 6, 2022 by Tommi Prami 1 Share this post Link to post
Der schöne Günther 316 Posted September 6, 2022 (edited) I just noticed that if the breakpoint has a condition, the pass count reflects the number of times the condition was true. That's actually pretty nice. Now if only one line could have multiple breakpoints with different conditions... 😇 PS: Fun fact: If you kill the process with [Ctrl]+[F2] rather than letting it terminate gracefully, the IDE will still show the last pass count for a breakpoint. Edited September 6, 2022 by Der schöne Günther 2 Share this post Link to post