lambda expression support
Uri Moszkowicz <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <CAMJd5AQLk7iELfWbPwHMrNMgx5X8qqRy01fc7LP8ydOexDWJZg@mail.gmail.com> |
Hi, It seems like GDB doesn't support debug support for C++ lambda expressions is still incomplete. Is that right or am I missing something? Are there plans for better support or do you all have another debugger you can recommend for them? I tried recently with GDB 8.1 on SuSE11. Things I'd like to be able to do is examine the local variables in a lambda expression after a crash in one, see the line at which the crash occurred, and set breakpoints in them. Thanks, Uri