Xcode 15.4 debugger input not active

Hello, I've upgraded Xcode to newest 15.4 and now I cannot edit text in the output console (debugger). The Xcode console (output) does not allow editing text and does not allow any text input anymore.

I've seen that this may be related to structured logging.

I used to mark things in console output by typing some notes for me when debugging.

How to do that? How to make Xcode console allow input like add line break to mark items in my log, or add notes?

Very frustrating not being able to insert some comments in the console (which was available in earlier versions of LLDB).... Currently I have to copy the console output in a text file insert my comments there... continue debugging make another copy and then diff the two files... it is insanity

Can anybody explain the rationale for not allowing typing directly in the console ?

Xcode 15.4 debugger input not active
 
 
Q