ESTK breakpoints not breaking
Dear all,
For real debugging the breakpont mechanism is not helpfull in many cases:
- Breakpoints work as intended for scripts which run in the ESTK
- As soon as FrameMaker is involved, things become more complicated:
- As long as I can invoke functions from within ESTK it works as without FM
- As soon as a function is called via menu, the breakpoints do not halt execution.
Therefore I have used a mechanism logging each entrance into a function (and the leave) and Alert/Console statements in the code.
Stopping at a breakpoint and tip toeing through the following code would of course be a more elegant method, especially with the Data Browser open.
It's my impression that the ES engine in FM does not know about the breakpoints set in ESTK.
Are my expectations to breakpoints wrong or is it just this way?

