Re: [Qt-creator] Debugger interruptions

2010-06-08 Thread André Pönitz
On Tuesday 08 June 2010 13:15:49 ext Gena Cid wrote:
  #include string
 2 
 3 int main()
 4 {
 5   int i = 10;
 6   std::string str(boo);
 7   return 0;
 8 }

Works here, also with gdb 7.0.1.

The log indicates you've switched on 'Enable reverse debugging'.
Does it make a difference if you switch that off?

Andre'
___
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator


Re: [Qt-creator] Debugger interruptions

2010-06-08 Thread Gena Cid

Tue, 8 Jun 2010 14:15:47 +0200 письмо от AndrИ PЖnitz andre.poen...@nokia.com:

 On Tuesday 08 June 2010 13:15:49 ext Gena Cid wrote:
   #include string
  2 
  3 int main()
  4 {
  5   int i = 10;
  6   std::string str(boo);
  7   return 0;
  8 }
 
 Works here, also with gdb 7.0.1.
 
 The log indicates you've switched on 'Enable reverse debugging'.
 Does it make a difference if you switch that off?
 

You were right! After switching this option off, I am able to continue 
debugging.

However some time ago, when I was testing this feature (may be a month ago), 
debugger worked fine..


-|-
Gena.
___
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator


Re: [Qt-creator] Debugger interruptions

2010-06-08 Thread André Pönitz
On Tuesday 08 June 2010 14:55:14 ext Gena Cid wrote:
 
 Tue, 8 Jun 2010 14:15:47 +0200 письмо от AndrИ PЖnitz 
 andre.poen...@nokia.com:
 
  On Tuesday 08 June 2010 13:15:49 ext Gena Cid wrote:
#include string
   2 
   3 int main()
   4 {
   5   int i = 10;
   6   std::string str(boo);
   7   return 0;
   8 }
  
  Works here, also with gdb 7.0.1.
  
  The log indicates you've switched on 'Enable reverse debugging'.
  Does it make a difference if you switch that off?
  
 
 You were right! After switching this option off, I am able to continue 
 debugging.
 
 However some time ago, when I was testing this feature (may be a month ago), 
 debugger worked fine..

Right now I have the impression that gdb's reverse execution is too slow 
and not robust enough for daily work, even in 7.1. So it's nice to have
the option, but it should be used very consciously ;-)

Andre'

___
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator