Skip to content
Prev 279451 / 398506 Next

help! what's wrong with setBreakpoint

A function is a parsed object stored in memory; your edit applies to the source, but not to the memory object being executed. There is no way, to my knowledge, to use browser to alter the execution flow of an function once it's going (other than changing values of course). You need to edit the function definition to put the breakpoint where desired and then reread and rerun the function. 

Michael
On Dec 5, 2011, at 10:32 PM, Michael <comtech.usa at gmail.com> wrote: