C# - Grasshopper Script Debug hangs Rhino/GH

So, I was debugging a C# script in Rhino8/GH and

  1. Closed GH while in debug mode (late at night, left the computer running)
  2. Day after I tried to quit Rhino (still in debug mode, see pic), didn’t work
  3. Tried to ESC, somehow (no response from Rhino).
  4. Tried to stop the debugger, didn’t work (no response from Rhino)
  5. Tried to kill Rhino from Task Manager (no visible Rhino process in TaskManager)
  6. Process state during all this: See picture below.

Kind of cool. Had to restart the computer. Room for improvement? :thinking: :grinning_face:

//Rolf

Rhino is waiting for input. Did you try to select the Stop action?

I’m pretty sure I tried everything in the toolbox… :wink:

To be clear, nothing in the Rhino/GH UI responded. Nada. Not ESC, no mouse click, nothing.

//Rolf

But did you try typing oenter?

Letter “o”? No. I only tried to click with the mouse.

The letter o indeed. I believe keyboard input still should work. The o is the shortcut option for the debugger actions.

I’ll try in a bit to provoke the locked situation again to see if it can be resolved with “o” + Enter.