i am working with rhino and now i am adding the debug to my
implementation.
my question:
once i got to one of the DebugFrame methods i need to update the UI
and wait for the user to tell me how to proceed (resume, terminate) is
it possible to stop/terminate the script evaluation so i will be able
to update the UI? i would rather not use the observeInstructionCount.
is there any better way to stop or suspend the script evaluation?
thanks
me