2025.31500 – No console output after attaching TouchDesigner to Xcode debug console on macOS

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!

Hi @stosumarte

They were some changes to the console. The default console is now available via Alt+C.

If you switch, in preferences, the mode to None, and restart, does it get back to the behavior you are expecting?

image

Best,
Michel

Thanks @JetXS!

This worked perfectly.

Cheers

2 Likes