Forum Discussion
joffre
14 years agoRegular Contributor
Ah... and I think then I know why break points aren't helping you... if your breakpoint isn't stopping and your call stack is empty, that usually means you don't have the MS Script debugger installed as documented http://smartbear.com/support/viewarticle/11360/
Actually I do have the debugger installed. I debug my script many times to confirm if a variable is receiving the value that I want it to receive. The CallStak is only empty in this two cases (see the picture attached).
In the meantime, I'm wondering if there isn't some event you have set up that is called OnStartTest. Go to your Events in TestComplete and see if there is an event handler added to the OnStartTest event and, if so, what code is being executed there.
I've just checked Events > General Events. I'm not familiar with this page, but I think there is nothig set up on it (picture attached either).
---
Thank you one more time Robert...!