Re: [gentoo-user] Re: [OFF TOPIC] Qt Creator unable to access containers in debug mode

2015-03-24 Thread Fernando Rodriguez
On Wednesday, March 25, 2015 12:32:30 AM Nikos Chantziaras wrote: > Note that gdb cannot inspect containers. It doesn't know anything about > them. It can, it's just not pretty: (gdb) p list1 $1 = {{p = {static shared_null = {ref = {_q_value = 15}, alloc = 0, begin = 0, end = 0, sharable = 1, a

[gentoo-user] Re: [OFF TOPIC] Qt Creator unable to access containers in debug mode

2015-03-24 Thread Nikos Chantziaras
Note that gdb cannot inspect containers. It doesn't know anything about them. Qt Creator uses "debugging helpers" for that. See: https://qt-project.org/doc/qtcreator-2.8/creator-debugging-helpers.html Since you're using a deprecated version of Creator (2.8 is from 2013 and not maintained an

Re: [gentoo-user] Re: [OFF TOPIC] Qt Creator unable to access containers in debug mode

2015-03-24 Thread Francisco Ares
Thank you all for those clues, pretty interesting. For now I suppose it is a gdb thing, as QtCreator is able to show details about STL containers as expected. Going to fiddle in gdb a bit more... 2015-03-24 17:07 GMT-03:00 Fernando Rodriguez < frodriguez.develo...@outlook.com>: > On Tuesday, M

Re: [gentoo-user] Re: [OFF TOPIC] Qt Creator unable to access containers in debug mode

2015-03-24 Thread Fernando Rodriguez
On Tuesday, March 24, 2015 9:32:07 PM Nikos Chantziaras wrote: > On 24/03/15 21:12, Fernando Rodriguez wrote: > > On Tuesday, March 24, 2015 10:07:56 AM Francisco Ares wrote: > >> Hi, > >> > >> Recently - but can't figure out exactly when - Qt Creator has become unable > >> to access Qt containers

[gentoo-user] Re: [OFF TOPIC] Qt Creator unable to access containers in debug mode

2015-03-24 Thread Nikos Chantziaras
On 24/03/15 21:12, Fernando Rodriguez wrote: On Tuesday, March 24, 2015 10:07:56 AM Francisco Ares wrote: Hi, Recently - but can't figure out exactly when - Qt Creator has become unable to access Qt containers (where the STL ones work as expected) on the debug panel. It shows in place of the

Re: [gentoo-user] Re: [OFF TOPIC] Qt Creator unable to access containers in debug mode

2015-03-24 Thread Francisco Ares
Thank you, gonna play a bit around gdb. Best regards, Francisco 2015-03-24 10:52 GMT-03:00 Nikos Chantziaras : > On 24/03/15 15:07, Francisco Ares wrote: > >> Hi, >> >> Recently - but can't figure out exactly when - Qt Creator has become >> unable to access Qt containers (where the STL ones wor

[gentoo-user] Re: [OFF TOPIC] Qt Creator unable to access containers in debug mode

2015-03-24 Thread Nikos Chantziaras
On 24/03/15 15:07, Francisco Ares wrote: Hi, Recently - but can't figure out exactly when - Qt Creator has become unable to access Qt containers (where the STL ones work as expected) on the debug panel. It shows in place of the expected item quantity for a QList, for instance, but for a std::v