'Eclipse 2021-12 ignore breakpoints into C++ lambda fuctions

I use Eclipse 2021-12 at Ubuntu 21 for make C++ develop. In debug mode (use gdb) Eclipse ignores breakpoints into lambda functions. Debugger stops at [] and does not go inside the lambda function. So I don't have information about variables in lambda functions. Have you got any solutions?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source