Trouble with dev c++, debugging

Started by
1 comment, last by NIm 17 years, 4 months ago
I wrote a timer library to be used in either Linux or windows It did not work correctly, as was to be expected the first couple tries. However, when I tried to debug it, nothing happened. Execution never went to the first line of the program, where I set a breakpoint. In fact, without htat breakpoint, the programm wont run in debug at all. How can I find out more about this problem?
Advertisement
Quote:Original post by NIm
I wrote a timer library to be used in either Linux or windows It did not work correctly, as was to be expected the first couple tries. However, when I tried to debug it, nothing happened. Execution never went to the first line of the program, where I set a breakpoint. In fact, without htat breakpoint, the programm wont run in debug at all. How can I find out more about this problem?

Are you sure you compiled your program with debug enabled?
Of course. I've done that plenty of times, and it generatesa an error message when I do. If there is an error message, I can understand it, or at least google it. This, I cannot google, or figure out on my own.

This topic is closed to new replies.

Advertisement