hello .
I want to calculate the number of times the lines of the code being executed.
as a whole code or as a individual line executed how many time.
please help.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
naveen guptaPosted Mar 16, 2010, 6:04 AM
I need it to be work with in the code and need a description about the lines means which particular line hit (executed) how many times in the code.
PriyankaPosted Mar 15, 2010, 9:24 AM
Is this you required in your code or you just need it for the debugging purpose.!!!!
If you jst require it for the debugging purpose,then you can check for the HitCount property of the breakpoint you place on that particular line.
Just place the break point on the particular line, you want to check, and then right click on the break point.
From there select the HitCount....
and provide the required values.
Hope this helps.....
Priyanka