Re: gdb deletes watchpoint for local variables in scope
Simon Sobisch via Gdb <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
If you did not do that already try adding
-O -ggdb
to your clang invocation.
Also:
* Does it make any difference if you compile with gcc?
* Does "print q" still return something - and the same as before
"watch q"?
Simon