Re: [Qt-creator] debugger and qt-creator...

2010-05-26 Thread André Pönitz
On Saturday 22 May 2010 19:42:33 ext paulo wrote: > Hi, > I tried the following code and I could verify the following symptoms: > - in the main routine you can access the a.i in the locals window, but > not in f(A&). > - However if I add a &a to the watchers window then I can dereference > the st

Re: [Qt-creator] debugger and qt-creator...

2010-05-22 Thread paulo
Hi, I tried the following code and I could verify the following symptoms: - in the main routine you can access the a.i in the locals window, but not in f(A&). - However if I add a &a to the watchers window then I can dereference the struct and access the *&a.i #include struct A { A(co

Re: [Qt-creator] debugger and qt-creator...

2010-05-22 Thread Andre Poenitz
On Sat, May 22, 2010 at 05:25:59PM +0900, paulo wrote: > Hi (again me) > > yap the debugger... > well I'm debugging some code, and my classes are not shown correctly. > I can inspect the variable at the place where it was declared, but when > I try to do the same after passing it as an argument i

[Qt-creator] debugger and qt-creator...

2010-05-22 Thread paulo
Hi (again me) yap the debugger... well I'm debugging some code, and my classes are not shown correctly. I can inspect the variable at the place where it was declared, but when I try to do the same after passing it as an argument into a function I click on the plus sign and nothing... If I add it