[Qt-interest] Regarding the post mortem debugger option

Patric userqt at gmail.com
Thu Aug 26 12:43:20 CEST 2010


  Actually I was just interested in this option, I don't have a program 
that I want to debug right now.

I know there is a JIT Debug option in the Symbian emulator for example, 
this is when you debug a project you created with the IDE, if it 
crashes, the debugger is automatically set before the crash point.
I was not sure if post mortem debugging is the same. And as far as I 
understand from your response, it'll make QT Creator to start if a 
program crashes even if there are no sources. For example I download 
Skype, skype crashes and QT Creator is started with some useful 
information... or am I missing something ?

Thank you

On 26.8.2010 г. 12:45, Martin Hofius wrote:
> Hi,
>
> Am Donnerstag, 26. August 2010 schrieb Patric:
>>    I see. I'm not familiar with these symbol tables and et cetera, but I
>> understand that I do not need the source of the application in order to
>> debug.
> i think that it is difficult to debug a program without understanding the
> internal structure of it. And how can I understand internal structure and
> float without sources or even symbols? Ok, you may have comprehensive
> documentation of the internals of your program?
>
> Martin
>> Regards,
>> Patric
>>
>> On 26.8.2010 г. 11:06, Martin Hofius wrote:
>>> Am Mittwoch, 25. August 2010 schrieb Patric:
>>>>     Hello everybody,
>>>>
>>>> I was wondering what means the "Post mortem debugging". It appears in
>>>> the beginning when installing qt creator.
>>>>
>>>> I found out that this means that when some application crash the creator
>>>> will appear in order to debug it.
>>>> However, I can image this happening when we have the sources. But will
>>>> it change anything if, for example, any other program crash ? Can we see
>>>> some additional information in qt creator about it ?
>>> if this programs has symbol table in an appropriate format the debugger
>>> may show a disassembled code listinng with symbols - otherwise it will
>>> show a disassembled listing with numeric address lables.
>>>
>>> Martin
>>> _______________________________________________
>>> Qt-interest mailing list
>>> Qt-interest at trolltech.com
>>> http://lists.trolltech.com/mailman/listinfo/qt-interest
>> _______________________________________________
>> Qt-interest mailing list
>> Qt-interest at trolltech.com
>> http://lists.trolltech.com/mailman/listinfo/qt-interest
>
>
> _______________________________________________
> Qt-interest mailing list
> Qt-interest at trolltech.com
> http://lists.trolltech.com/mailman/listinfo/qt-interest




More information about the Qt-interest-old mailing list