Search code examples
infinite-loopinterruptswi-prolog

How to interrupt infinite loop in Prolog


I entered infinite loop in Prolog with trace on. How can I interrupt it without closing Prolog? break does something, but not full interruption.


Solution

  • In the menu bar you can go to Run -> Interrupt