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 [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
