Jump to content
Tommi Prami

Get call count with Delphi debugger

Recommended Posts

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 by Tommi Prami
  • Like 1

Share this post


Link to post

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 by Der schöne Günther
  • Like 2

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×