DDD
Russell Shaw <[email protected]> Thu, 12 Mar 2015 01:24:40 +1100
| Newsgroups | gmane.comp.gdb.devel,gmane.comp.debugging.ddd.general |
|---|---|
| Message-ID | <[email protected]> |
Hi,
When i set a breakpoint at "main", it appears half way between the first and
second line:
int main(int argc, char *argv[])
{
int ret = EXIT_SUCCESS;
<-- red dot
...
Is there any fix for that?
I tried recompiling, so the source is not out of sync with the binary.