Hi,
First of all, thanks for such a wonderful and helpful script.
It seems that right now, there's no way to break or Ctrl-C a Python script -- for example, an infinite "while(True)" loop will run forever, consequently crashing Rhino. Of course, I'm not running infinite loops, but this means that a loop with faulty logic will crash Rhino and Grasshopper, erasing any progress done since the last time saved.
Am I missing something, and is there a way to just break a Python script running inside the Python Grasshopper Component?