Odd behavior when stepping through eScript using the Debugger
Hi All,
When using F8 (Step Into) to debug eScript functions, it sometimes requires 5 or more invocations of F8 just to get through one line of eScript. This is for simple lines such as a variable definition; complex lines such as one-line if() statements require many more.
Usually this isn't a problem, but it occurs often enough that I thought I would ask the Community.
When it happens, I have tried:
- Performing a full compile against the local repository
- Closing Tools and exiting the local database process
Has anyone else experienced this? It makes debugging quite painful and would like to understand how it occurs and what to do about it.