- QtCreator (9.0.1 Debian) debugging helpers don't work, Аноним, 20:31 , 01-Фев-23 (1)
> 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 или что там используется вместо него. Вот оттуда и копай, не забудь удостовериться, что всё нужное собрано одним и тем же. Но отвечаю я с дивана. А уйти на английский навроде золотца - хорошая идея.
- QtCreator (9.0.1 Debian) debugging helpers don't work, Аноним, 10:09 , 02-Фев-23 (2)
> 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?
- QtCreator (9.0.1 Debian) debugging helpers don't work, A.Stahl, 13:36 , 02-Фев-23 (3) –1
> 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".
- QtCreator (9.0.1 Debian) debugging helpers don't work, Аноним, 05:19 , 16-Фев-23 (5)
>> 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.
|