Place a breakpoint in the closeStack handler. When it fires and the script goes into debug mode, look at the popdown menu button just to the right of the debugging icons at the top left of the script window. That's the execution contexts, and it tells you what path the message took. The top line of the button list is the handler with the breakpoint. Choosing each line in order underneath will trace the path the message took before it reached your stack's breakpoint.

On 4/4/17 11:55 PM, Matt Maier via use-livecode wrote:
That's already what's happening. This stack is getting every closeStack
message that happens, even the ones that fire off when the IDE's windows
close. It's just a stack opened from a file. It shouldn't be in between the
IDE's windows and the the engine.


--
Jacqueline Landman Gay         |     jac...@hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to