URL: https://www.opennet.dev/cgi-bin/openforum/vsluhboard.cgi
Форум: vsluhforumID9
Нить номер: 10435
[ Назад ]

Исходное сообщение
"QtCreator (9.0.1 Debian) debugging helpers don't work"

Отправлено A.Stahl , 01-Фев-23 10:38 
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"?


Содержание

Сообщения в этом обсуждении
"QtCreator (9.0.1 Debian) debugging helpers don't work"
Отправлено Аноним , 01-Фев-23 20:31 
> 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"
Отправлено Аноним , 02-Фев-23 10:09 
> 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 , 02-Фев-23 13:36 
> 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"
Отправлено Аноним , 16-Фев-23 05:19 
>> 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.