Breakpoints turn unity window totally grey

Hi All
Am unsure if this is a bug or Unity always does this. In VSC when I have break points the unity editor just totally greys up. So I can’t step and view what’s happening in the editor. It’s only when I hit run that the editor pops into life. It’s like break stops the whole editor rather than just running game.
Can anyone offer any advise how I can view stepping in the unity editor? How can I get the editor to screen refresh on steps?
Thanks

No idea if this will work, but how about launching VSC outside of Unity instead of from inside Unity? It is a long shot, but maybe the debugger was stopping Unity if it is a child process of it.

Thanks tried but didn’t work :s