Hi

I have a question related to this :

In the Tools->options->Debugger->Debugging Helper Tab, we have a check box
"Use debugging helper". Now in the Qtcreator installation we have both the
pre compiled debugging helpers as well as the python alternative. Now I
don't want to use pre compiled debugging helpers instead I want python
alternative for debugging QString etc.
How do I that ? I have a pthon enabled gdb 7.1 with me. What is the
significance of check box  "Use debugging helper" ? If I check it, it means
qtcreator will use pre compiled debugging helpers and if I uncheck it,
python alternative for displaying QString etc will be used ??? Please
clarify ..

Regards
Anshul

On Mon, Dec 20, 2010 at 6:57 AM, Paulo Silva <[email protected]> wrote:

> Hi,
>
> thanks for the tip.
> I just took a quick pick and my type is not in qqDumpers from line 1620 of
> the most recent qdumper.py
>         warn(" STRIPPED: %s" % nsStrippedType)
>         warn(" DUMPERS: %s" % (nsStrippedType in qqDumpers))
>
> I suspect that this is because bbsetup is called before my dumpers.py is
> loaded.
>
> the output looks like
>
>
> >~"dumpers=[{type=\"QLinkedList\",formats=\"\"},...,{type=\"QSet\",formats=\"\"},],namespace=\"\",hasInferiorThreadList=\"0\"\n"
>
> >12118^done
>
> >&"source /home/paulo/dev/cxx/cgl/qtc/dumpers.py\n"
>
> >~"XXX: loaded extra dumpers\n"
> I'll look more into this later, but I'm almost sure the problem is
> qt-creators dumper files loading sequence.
>
>
>
> On Mon, Dec 20, 2010 at 12:20 AM, Andre Poenitz <
> [email protected]> wrote:
>
>> On Sun, Dec 19, 2010 at 05:27:35PM +0900, Paulo Silva wrote:
>> > Well it does print
>> > >~"XXX: loaded extra dumpers\n"
>>
>> So your dumpers get loaded but not used. A possibility for that is that
>> you have switched off "Use Debugging Helpers" in the global settings
>> (or the context menu of the Locals and Watchers view, that's the same)
>>
>> > Can you give me a hint to where you guys call the qdump__Ns__A if one is
>> > available.
>>
>> It's called from around line 1570 in dumpers.py as
>>   qqDumpers[nsStrippedType](self, item)
>>
>> Andre'
>> _______________________________________________
>> Qt-creator mailing list
>> [email protected]
>> http://lists.qt.nokia.com/mailman/listinfo/qt-creator
>>
>
>
> _______________________________________________
> Qt-creator mailing list
> [email protected]
> http://lists.qt.nokia.com/mailman/listinfo/qt-creator
>
>
_______________________________________________
Qt-creator mailing list
[email protected]
http://lists.qt.nokia.com/mailman/listinfo/qt-creator

Reply via email to