Hi there, first of all I would like to say that I really appreciate the job done by devc++ developpers !
Now the question : while debugging a source code I didn't found a way to examine variables and stack.
In fact, the program stops at the right breakpoint, I can step, but nothing else...
What's wrong ??
Thank you
i usually write the variables i want to check to a txt file (include in the code)
Log in to post a comment.
Hi there, first of all I would like to say that I really appreciate the job done by devc++ developpers !
Now the question : while debugging a source code I didn't found a way to examine variables and stack.
In fact, the program stops at the right breakpoint, I can step, but nothing else...
What's wrong ??
Thank you
i usually write the variables i want to check to a txt file (include in the code)