This may sound like a minor issue, but it worries me because it may indicate a subtle but serious problem. So, if anyone can comment, thanks in advance.
If I create a small "Hello, world" task and debug it, the "Task Summary" view shows just what one would expect.
However, if I compile the "Hello, world" program forcing C++ (still using printf - no C++ library included - no change to any other library), then "Task Summary" loses the task names. They are just blank. I can drill down to the original names with the debugger, starting from MQX_init_struct, and nothing looks out of place. It still prints "Hello, world", of course.
Any idea what is going on?