I didn't pay attention so no idea when it broke, but now I don't see a human-readable variant of std::containers while debugging. Now I see something like this: https://imgur.com/a/QHim0PII tinkered a bit around, tried a repository version too (keeping an old config and without it). I was in the Edit->Preferences->Debugger. Played with different combinations of parameters. It feels like nothing has changed though...
Now I use the version from the net-installer. How should I enable the "debugging helpers"?
> I didn't pay attention so no idea when it broke, but now
> I don't see a human-readable variant of std::containers while debugging. Now
> I see something like this: https://imgur.com/a/QHim0PI
> I tinkered a bit around, tried a repository version too (keeping an
> old config and without it). I was in the Edit->Preferences->Debugger. Played
> with different combinations of parameters. It feels like nothing has changed
> though...
> Now I use the version from the net-installer. How should I enable
> the "debugging helpers"?Есть такое подозрение, что все твои помогаторы для обезжучивателя дожны быть скриптами для gdb или что там используется вместо него. Вот оттуда и копай, не забудь удостовериться, что всё нужное собрано одним и тем же.
Но отвечаю я с дивана.
А уйти на английский навроде золотца - хорошая идея.
> I didn't pay attention so no idea when it broke, but now
> I don't see a human-readable variant of std::containers while debugging. Now
> I see something like this: https://imgur.com/a/QHim0PI
> I tinkered a bit around, tried a repository version too (keeping an
> old config and without it). I was in the Edit->Preferences->Debugger. Played
> with different combinations of parameters. It feels like nothing has changed
> though...
> Now I use the version from the net-installer. How should I enable
> the "debugging helpers"?Are you sure your code is built with -ggdb?
> Are you sure your code is built with -ggdb?No, actually. I use QtCreator + CMake, so can't be sure about the precise parameters I got after all these "layers".
>> Are you sure your code is built with -ggdb?
> No, actually. I use QtCreator + CMake, so can't be sure about
> the precise parameters I got after all these "layers".Try finding out those parameters then.