<div dir="ltr">Hi All,<div><br></div><div>    yes, Chris, the change to Debugger&gt;&gt;openNotifierContents:label:, cmm 7/2/2015 11:18, borks the stack trace.  i.e. this</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">        </span>spec := self buildNotifierWith: builder label: label message: msg.<br></div><div><br></div><div>became</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">        </span>spec := self buildNotifierWith: builder label: label message: (msg ifNil: [label]).<br></div><div><br></div><div>which means no stack trace ever.  I think it needs to be something like</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">        </span>spec := self buildNotifierWith: builder label: label message: (msg ifNil: [(label beginsWith: &#39;Warning:&#39;) ifTrue: [label]]).<br></div><div><br></div><div>Is this serious enough to go for another release candidate?  IMO it is, but I&#39;d like to canvas opinions.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jul 14, 2015 at 5:42 PM, Eliot Miranda <span dir="ltr">&lt;<a href="mailto:eliot.miranda@gmail.com" target="_blank">eliot.miranda@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi All,<div><br></div><div>    has anyone else noticed that now the Notifier doesn&#39;t contain a stack trace, only a copy of the title, the message text of the exception? Isn&#39;t this a regression from the recent Warning changes?  Can we please have the stack trace back in cases other than Warning?  I&#39;m playing with events in the VM simulator which are breaking the UI, and its difficult to debug without a stack trace to show me where I&#39;ve botched things up.<span class="HOEnZb"><font color="#888888"><br>-- <br><div>best,<div>Eliot</div></div>
</font></span></div></div>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature">best,<div>Eliot</div></div>
</div>