Path: news.mathworks.com!newsfeed-00.mathworks.com!nntp.TheWorld.com!news.mathforum.org!not-for-mail
From: Nick <nickchng@gmail.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: How to get debug to catch errors in listener callbacks?
Date: Mon, 08 Dec 2008 14:50:23 EST
Organization: The Math Forum
Lines: 3
Message-ID: <24234126.1228765854213.JavaMail.jakarta@nitrogen.mathforum.org>
References: <ghjgt4$fol$1@fred.mathworks.com>
NNTP-Posting-Host: nitrogen.mathforum.org
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-Trace: support1.mathforum.org 1228765854 9423 144.118.30.135 (8 Dec 2008 19:50:54 GMT)
X-Complaints-To: news@news.mathforum.org
NNTP-Posting-Date: Mon, 8 Dec 2008 19:50:54 +0000 (UTC)
Xref: news.mathworks.com comp.soft-sys.matlab:505694


Thanks for the response Steve, 

Unfortunately the type of error thrown by 'MyLazyCallback' is not reported, just that there is an error at the notify line.  This is also where all the debugging tools will stop/catch any errors.  Thus far I've just been commenting each of my notify commands with a list of all listeners to remind me in case something goes awry.