Sean: it may be difficult/impossible. But....you may want to try invoking the function say printOop() from the XCode console.<br>If you read my post:  <a href="http://marianopeck.wordpress.com/2011/04/23/how-to-debug-the-vm/">http://marianopeck.wordpress.com/2011/04/23/how-to-debug-the-vm/</a><br>
<br>Then instead of doing &quot;<code class="plain">(gdb) call printAllStacks()</code>&quot;  you can try something like &quot;<code class="plain">(gdb) call printOop(</code><code class="plain">526237628</code><code class="plain">)</code>&quot;  and that will print something like &quot;an XXX class&quot;.<br>
Of course, you need to replace <code class="plain"></code><code class="plain">526237628</code><code class="plain">  with the real OOP of your receiver object.</code><br><br>Good luck!<br><br><div class="gmail_quote">On Fri, Sep 9, 2011 at 5:35 AM, Sean P. DeNigris <span dir="ltr">&lt;<a href="mailto:sean@clipperadams.com">sean@clipperadams.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">From<br>
<a href="http://forum.world.st/Oops-I-put-a-halt-in-a-startup-method-td3800163.html" target="_blank">http://forum.world.st/Oops-I-put-a-halt-in-a-startup-method-td3800163.html</a> :<br>
<div class="im">    My image appears for an instant and then crashes. Is there any way to<br>
recover from this?<br>
<br>
</div>I made some progress, but I&#39;m not sure I&#39;m on the right track...<br>
  I built a debug VM and found primitivePerform, which is apparently called<br>
by the following:<br>
<div class="im">    FeaturesDB perform: #startUp: with: resuming<br>
<br>
  How will I know which call to skip/break on? Maybe there is there a way,<br>
</div>from the VM side, to get the receiver class name as a string? If I knew that<br>
<div class="im">the receiver was FeaturesDB, that would be the one...<br>
<br>
</div>And then once I have the right call, can I just skip over it?<br>
<br>
Sean<br>
<font color="#888888"><br>
<br>
--<br>
View this message in context: <a href="http://forum.world.st/Fwd-Oops-I-put-a-halt-in-a-startup-method-tp3800729p3800729.html" target="_blank">http://forum.world.st/Fwd-Oops-I-put-a-halt-in-a-startup-method-tp3800729p3800729.html</a><br>

Sent from the Smalltalk VM - Beginners mailing list archive at Nabble.com.<br>
_______________________________________________<br>
VM-beginners mailing list<br>
<a href="mailto:VM-beginners@lists.squeakfoundation.org">VM-beginners@lists.squeakfoundation.org</a><br>
<a href="http://lists.squeakfoundation.org/mailman/listinfo/vm-beginners" target="_blank">http://lists.squeakfoundation.org/mailman/listinfo/vm-beginners</a><br>
</font></blockquote></div><br><br clear="all"><br>-- <br>Mariano<br><a href="http://marianopeck.wordpress.com" target="_blank">http://marianopeck.wordpress.com</a><br><br>