Hello friends, I'm back to my project.
After installing "everything needed" on a new laptop I can now run ESTK as intended and hence want to use breakpoints etc.
But my breakpoints do'nt halt the script:
- In the script I have defined a breakpoint in a function some levels down
- FM is open with a document the script will work on.
- I start the script in ESTK. It creates a menu and then stops (OK)
- Selecting the appropriate menu item, the script runs
- A message appears. it is somewhere prior to the breakpoint.
- Another message appears - this is way after the breakpoint.
- So the script did not stop at the breakpoint!
How can I run the script from the menu to the breakpoint and then tip-toe through the script?
I have not found any hint in the JavaScript Tools Guide.