XCode 15.0 debugging issue - variables view shows empty containers

Hello, I am facing an issue when debugging cpp code through the XCode after updating to XCode 15.0.

During debugging, in a variables watch view, it is shown for the collections (let's take std::vector as an example) that its size is 0 even if it is not. If I add it as an expression to watch, it is fine. Also if I print it in lldb console, it is also fine. Any thoughts on this?