I can setup break points in the app
cekuran opened this issue · 7 comments
cekuran commented
thegecko commented
An unverified breakpoint often means it can't map the source to the binary. Is your binary.out
built with debugging symbols?
cekuran commented
thegecko commented
Could you try using the -gdwarf-4
flag instead of -ggdb
?
cekuran commented
I have done it, but its behavior is the same
thegecko commented
Are you happy to share your binary so we can investigate?
cekuran commented
Here is the binary
thegecko commented
Thanks @cekuran , @jreineckearm would you mind taking a look?