Debugging lambdas: Don't see captured variables in
-
@Mate said in Debugging lambdas: Don't see captured variables in:
Qt v 9.6
Wow, we're at 6.2.x here. Time traveller?
You have to step over this line because before this 'i' is not defined nor initialized.
-
@Mate said in Debugging lambdas: Don't see captured variables in:
Qt v 9.6
Wow, we're at 6.2.x here. Time traveller?
You have to step over this line because before this 'i' is not defined nor initialized.
@Christian-Ehrlicher
Regarding the version I missed the main version, thanks. I edited the post.
The variable i is not relevant here, if I step over, still I won't see the neither the this keyword's member variables nor the test string. -
@Mate said in Debugging lambdas: Don't see captured variables in:
Qt v 9.6
Wow, we're at 6.2.x here. Time traveller?
You have to step over this line because before this 'i' is not defined nor initialized.
@Christian-Ehrlicher said in Debugging lambdas: Don't see captured variables in:
Time traveller?
Qt v9.6 will support quantum computing, and this question comes from another universe :)
-
@Christian-Ehrlicher
Regarding the version I missed the main version, thanks. I edited the post.
The variable i is not relevant here, if I step over, still I won't see the neither the this keyword's member variables nor the test string. -
Then cdb has some issues with these constructs. Maybe you can try to update cdb (don't know if there's a new one though)