- Joined
- Aug 8, 2022
- Messages
- 1
- Reaction score
- 0
Hi,
I'm trying to debug a code I'm working on using CodeBlocks.
The code uses the windows GetTickCount, coroutines and other macros.
But when I start the debugging session, I step into like two lines, then the debugger hangs a little bit then it exits the debugging session.
I used to do simple debugging using CodeBlocks which works OK, but with this code, I can't pass more than two lines of code I don't know why ?
I read a little bit about GDB and LLDB, but what are they ? are they plugins or what exactly ?
I'm trying to debug a code I'm working on using CodeBlocks.
The code uses the windows GetTickCount, coroutines and other macros.
But when I start the debugging session, I step into like two lines, then the debugger hangs a little bit then it exits the debugging session.
I used to do simple debugging using CodeBlocks which works OK, but with this code, I can't pass more than two lines of code I don't know why ?
I read a little bit about GDB and LLDB, but what are they ? are they plugins or what exactly ?