<div>Dave,<br></div><div> <br></div><div>Thank you for your reply. I understand the purpose and use of the debugger. I am working on a program that compiles user input that could result in an infinite loop if the user isn't careful. I'd like to avoid the debugger's notifier and simply halt the compiler and let the user edit the input and try again but haven't found a way to do that.<br></div><div><br></div><div>Jim</div><div class="protonmail_signature_block protonmail_signature_block-empty"><div class="protonmail_signature_block-user protonmail_signature_block-empty"><div><br></div></div><div class="protonmail_signature_block-proton protonmail_signature_block-empty"><br></div></div><div><br></div><blockquote type="cite" class="protonmail_quote"><div>-------- Original Message --------<br></div><div>Subject: Re: [Newbies] User Interrupt window<br></div><div>Local Time: December 21, 2017 6:58 PM<br></div><div>UTC Time: December 22, 2017 2:58 AM<br></div><div>From: lewis@mail.msen.com<br></div><div>To: obrienj <obrienj@protonmail.com>, A friendly place to get answers to even the most basic questions about Squeak. <beginners@lists.squeakfoundation.org><br></div><div><br></div><div>On Thu, Dec 21, 2017 at 09:00:49PM -0500, obrienj wrote:<br></div><blockquote><div>Tried it but nothing changed.<br></div><div>Looking at Debugger's methods, it appears that typing the interrupt key opens a notifier (the User Interrupt window), which gives the user the option to abandon the interrupted process. Is there a way to add a method to a program so that typing the interrupt key simply abandons the running process without the notifier opening?<br></div></blockquote><div><div> <br></div><div> Sure, there is probably a way to do that. But the most likely use case for<br></div><div> interrupting the system with the interrupt key is that something is going<br></div><div> wrong. You are trying to interrupt the process in which something bad is<br></div><div> happening, and you want to stop the bad thing from happening in such a way<br></div><div> that you can correct the problem, then proceed from that point.<br></div><div>  <br></div><div> For this kind of situation, the ideal solution is to open a debugger on<br></div><div> the failing process so that you can interact with it directly, correct the<br></div><div> problem, and then resume the interrupted process after you have addressed<br></div><div> the problem.<br></div><div>  <br></div><div> That is the reason for providing the notifier that allows you to enter<br></div><div> a debugger, or to do whatever else you may think may be necessary.<br></div><div>  <br></div><div> Dave<br></div><div>  <br></div></div></blockquote><div><br></div>