program but the thing is that the fault occurs in a function called in the event loop, and I cannot put a breakpoint there because of it (as it is called repeatedly until it finally crashes)
Is there a better way of debugging it?
valgrind may help
The easiest way is to break with assert.
print statements ehh
Обсуждают сегодня