Just installed the new 2025.31500 official build, and when I try to debug C++ plugins by attaching the executable to the Xcode debugger, like I did with the 2023 build, I can’t seem to get any console output via std::cout.
I’m also getting a lot less verbose log on start, compared to the older builds, where I could see a bunch of MoltenVK logs (which I probably don’t care about but could be helpful to identify the problem I guess?).
When I attach my debugger to the 2023 executable, it works just fine. Is this a bug or is there a new setting/flag I must set?
Thanks!