<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body style="overflow-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;">Hi Otto,<div><br></div><div>The `continue` command (<a href="https://downloads.gemtalksystems.com/docs/GemStone64/3.7.x/GS64-Topaz-3.7/4-Commands.htm#pgfId-939440">https://downloads.gemtalksystems.com/docs/GemStone64/3.7.x/GS64-Topaz-3.7/4-Commands.htm#pgfId-939440</a>) resumes execution “on the active call stack”. You can manipulate the stack with the `stack` command (<a href="https://downloads.gemtalksystems.com/docs/GemStone64/3.7.x/GS64-Topaz-3.7/4-Commands.htm#pgfId-924094">https://downloads.gemtalksystems.com/docs/GemStone64/3.7.x/GS64-Topaz-3.7/4-Commands.htm#pgfId-924094</a>). So you could use `stack down` to get to the beginning of a method and then `stack trim` so that this becomes the new top of stack. Note that after a trim, “Execution resumes at the first instruction in the method at the new top of the stack.” So it appears that you could “trim” to get to the beginning of the current method (but I haven’t tried it).<div><br></div><div>James<br><div><div><br><blockquote type="cite"><div>On Aug 21, 2024, at 1:42 AM, Otto Behrens via Glass <glass@lists.gemtalksystems.com> wrote:</div><br class="Apple-interchange-newline"><div><div dir="ltr">Hi,<div><br></div><div>Is there a way to restart execution of a method when debugging in topaz?</div><div><br></div><div>Kind regards<br clear="all"><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><table width="600" cellpadding="0" cellspacing="0" border="0" style="font-family: Times; font-size: medium;"><tbody><tr><td width="400" valign="bottom"><div style="margin: 0px; padding: 0px;"><span style="font-size:18px;color:rgb(146,148,151);font-family:Calibri,sans-serif;font-weight:700">Otto Behrens</span><br></div><div style="font-size: 18px; font-weight: 700; color: rgb(146, 148, 151); font-family: Calibri, sans-serif; margin: 0px; padding: 0px;"><span style="font-size:14px;font-weight:300;margin:0px;padding:0px">+27 82 809 2375</span></div></td><td width="200" valign="middle"><img src="https://www.finworks.biz/signature/finworks-signature-logo.png" width="200" height="38" alt="FINWorks" style="display:block;border:0px;width:200px;height:38px;margin:0px;padding:0px"></td></tr></tbody></table><table width="600" cellpadding="0" cellspacing="0" border="0" style="font-family: Times; font-size: medium;"><tbody><tr><td height="5"></td></tr></tbody></table><table width="600" cellpadding="0" cellspacing="0" border="0" style="font-family: Times; font-size: medium; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgb(200, 28, 36);"><tbody><tr><td height="15"></td></tr></tbody></table><table width="600" cellpadding="0" cellspacing="0" border="0" style="font-family: Times; font-size: medium;"><tbody><tr><td height="20"></td></tr></tbody></table><table width="600" cellpadding="0" cellspacing="0" border="0" style="font-family: Times; font-size: medium;"><tbody><tr><td width="15" valign="top" style="display:inline-block"><a href="http://za.linkedin.com/in/waltherbehrens" style="color:rgb(17,85,204)" target="_blank"><img src="https://www.finworks.biz/signature/finworks-linkedin-logo.png" width="15" height="15" alt="FINWorks" style="display:inline-block;border:0px;width:15px;height:15px;margin-top:1.5px;padding:0px"></a></td><td width="250" valign="top" style="display:inline-block"><a href="http://www.finworks.biz/" style="color:rgb(200,28,36);font-family:Calibri,sans-serif;margin-left:10px;margin-top:0px;padding-top:0px;font-size:11pt;display:inline-block" target="_blank">www.finworks.biz</a></td></tr></tbody></table><table width="600" cellpadding="0" cellspacing="0" border="0" style="font-family: Times; font-size: medium;"><tbody><tr><td height="10"></td></tr></tbody></table><table width="600" cellpadding="0" cellspacing="0" border="0" style="font-family: Times; font-size: medium;"><tbody><tr><td><p style="font-size:10px;color:rgb(146,148,151);font-family:Calibri,sans-serif;text-align:justify">Disclaimer & Confidentiality Note: This email is intended solely for the use of the individual or entity named above as it may contain information that is confidential and privileged. If you are not the intended recipient, be advised that any dissemination, distribution or copying of this email is strictly prohibited. FINWorks cannot be held liable by any person other than the addressee in respect of any opinions, conclusions, advice or other information contained in this email.</p></td></tr></tbody></table></div></div></div></div></div></div></div>
_______________________________________________<br>Glass mailing list<br>Glass@lists.gemtalksystems.com<br>https://lists.gemtalksystems.com/mailman/listinfo/glass<br></div></blockquote></div><br></div></div></div></body></html>