Arduino window goes blank in 2.3.2

Unfortunately I didn't find any clues there. I actually had intended to ask you to put the IDE into the bad state before collecting the logs, but I forgot to add that step to the instructions. So lets try that:

  1. Select Arduino IDE > Quit Arduino IDE from the Arduino IDE menus if it is running.
  2. Open macOS Launchpad.
  3. Type terminal in the "Search" field.
  4. Click on the "Terminal" icon.
    A "zsh" window will open.
  5. Type the following command in the zsh window:
    "/Applications/Arduino IDE.app/Contents/MacOS/Arduino IDE"
    
  6. Press the Enter key
  7. Wait for Arduino IDE to finish starting.
  8. Compile and Upload the sketch.
  9. Wait for the IDE to go into the bad state where the window is blank.
  10. Switch back to the Terminal window.
  11. Press the Command+A keyboard shortcut.
    This will select all the text in the Terminal window.
  12. Press the Command+C keyboard shortcut.
    This will copy the selected text to the clipboard.
  13. Open a forum reply here by clicking the "Reply" button.
  14. Click the <CODE/> icon on the post composer toolbar.
    This will add the forum's code block markup (```) to your reply to make sure the output is correctly formatted.
    Code block icon on toolbar
  15. Press the Command+V keyboard shortcut.
    This will paste the output into the code block.
  16. Move the cursor outside of the code block markup before you add any additional text to your reply.
  17. Click the "Reply" button to post the output.