I am trying to debug a segmentation fault in a program but the thing is that the fault occurs in a function called in the event loop, and I cannot put a breakpoint there becau...
I was trying to debug a seg fault in my code and found that when I try to return a pointer it changes from 0x555555f8d010 to 0x55f8d010. The pointers in question are unsigned ...
I do understand that, I will try pass by reference too once. And for looking indirectly, I know these problems are really hard to trace but still, could you suggest some place...
I was looking at the same thing, but couldn't find if I could use it with C, though it definitely shows some C++ code. Does that mean that I can use it in C? I don't really ...
Can I use the ReadDirectoryChangesW windows API in C? All the code online seems to be in C++ and C#.
Well that's what I will do then! Also are you currently going through the commit? I am just asking because I don't want to change anything while you are in the middle of readi...
I guess I should start again from the start, also what do you mean by now it's better? Did you change something?
What else could be wrong? Any directions on where I should be looking?