Debug Popup Enhancement

When using debug and hovering a component you are presented with a popup like:

Could you change the behavior or allow an option to "Click to close" or "Click out of"? When trying to scroll using the scroll bars I often accidentally move the mouse out of the window which closes the popup. I then have to start looking though it again and using the scroll I again accidentally close the window.

Would be nice if it didn't auto close.

Hi @kest874,

I am afraid the library that we use to implement this feature doesn't allow for such option (close on click). Also this is the default behavior we see in Visual Studio code (for example). Perhaps you can use the variables window instead - it doesn't close.

I'll take a look at using the variables window for this I was trying to troubleshoot a claims issue. I got better at not moving the mouse beyond the window...