<div id="__MailbirdStyleContent" style="font-size: 10pt;font-family: Arial;color: #000000;text-align: left" dir="ltr">
                                        Hi Christoph --<div><br></div><div>You are showing the "more..." menu. The initial menu is truncated because of that bug in #isBreakOnEntry.</div><div><br></div><div><img id="487e3b8b-6867-4fa1-8a66-22b7aca0d9a3" src="cid:b0eb4d6f-4a60-4e8b-8cd2-8d9de261e49a" width="267" height="75"></img><br></div><div><br></div><div>After Eliot's patch, it looks as expected:<br><img id="25fcfc56-da11-4dc3-8bf5-5f8b7d843f65" src="cid:8ed39e68-2c8a-48ff-bdf0-42e122ef6b9f" width="220" height="178"></img><br></div><div><br></div><div>Best,</div><div>Marcel</div><div class="mb_sig"></div>
                                        <blockquote class="history_container" type="cite" style="border-left-style: solid;border-width: 1px;margin-top: 20px;margin-left: 0px;padding-left: 10px;min-width: 500px">
                        <p style="color: #AAAAAA; margin-top: 10px;">Am 13.01.2022 19:26:32 schrieb Thiede, Christoph <christoph.thiede@student.hpi.uni-potsdam.de>:</p><div style="font-family:Arial,Helvetica,sans-serif">


<div dir="ltr">
<div id="x_divtagdefaultwrapper" dir="ltr" style="font-size: 12pt;color: #000000;font-family: Calibri,Helvetica,sans-serif">
<p>I have a message trace here with no message selected, but the menu can be opened anyway without an error:</p>
<p><br>
</p>
<p><img size="15326" id="x_img5380" tabindex="0" style="max-width:99.9%" src="cid:c5f989b7-ecf6-4563-9bd0-b83ac19de653"></img><br>
</p>
<p><img size="4074" id="x_img703907" tabindex="0" style="max-width:99.9%" src="cid:dd00b434-b343-418a-be70-407a37167daf"></img> <img size="18275" id="x_img530621" tabindex="0" style="max-width:99.9%" src="cid:41ea8bf6-0191-400f-873d-721f4c4ab0ce"></img><br>
</p>
<p><br>
</p>
<p>Under which circumstances did this error occur? :-)</p>
<p><br>
</p>
<p>Best,</p>
<p>Christoph</p>
</div>
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="x_divRplyFwdMsg" dir="ltr"><span style="font-family: Calibri, sans-serif;color: #000000"><b>Von:</b> Squeak-dev <squeak-dev-bounces@lists.squeakfoundation.org> im Auftrag von commits@source.squeak.org <commits@source.squeak.org><br>
<b>Gesendet:</b> Donnerstag, 13. Januar 2022 19:21:13<br>
<b>An:</b> squeak-dev@lists.squeakfoundation.org; packages@lists.squeakfoundation.org<br>
<b>Betreff:</b> [squeak-dev] The Trunk: Tools-eem.1104.mcz</span>
<div> </div>
</div>
</div>
<span style="font-size: 10pt"><span style="font-size: 10pt">
<div class="PlainText">Eliot Miranda uploaded a new version of Tools to project The Trunk:<br>
<a href="http://source.squeak.org/trunk/Tools-eem.1104.mcz">http://source.squeak.org/trunk/Tools-eem.1104.mcz</a><br>
<br>
==================== Summary ====================<br>
<br>
Name: Tools-eem.1104<br>
Author: eem<br>
Time: 13 January 2022, 10:21:10.513361 am<br>
UUID: 1d051d8d-473d-43ee-9628-d33992a5849f<br>
Ancestors: Tools-mt.1103<br>
<br>
Fix MNU in menu building for MessageTrace with no method selected<br>
<br>
=============== Diff against Tools-mt.1103 ===============<br>
<br>
Item was changed:<br>
  ----- Method: CodeHolder>>isBreakOnEntry (in category 'breakpoints') -----<br>
  isBreakOnEntry<br>
  <br>
+        ^self selectedClassOrMetaClass<br>
+                ifNil: [false]<br>
+                ifNotNil:<br>
+                        [:class|<br>
+                         (class<br>
+                                        compiledMethodAt: self selectedMessageName<br>
+                                        ifAbsent: nil)<br>
+                                ifNil: [false]<br>
+                                ifNotNil: [:method| method hasBreakpoint]]!<br>
-        | selectedMethod |<br>
-        selectedMethod := self selectedClassOrMetaClass<br>
-                compiledMethodAt: self selectedMessageName<br>
-                ifAbsent: [^ false].<br>
-        ^ selectedMethod hasBreakpoint!<br>
<br>
<br>
</div>
</span></span>
</div></blockquote></div>