Hi. I am using the debugger. I have some doubts. Can someone help me?
1) What is the difference between next education and next line?
2) Why when the debut encounter "cout" no longer advances to the next line?
3) Is it possible to view the stack?
Thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi. I am using the debugger. I have some doubts. Can someone help me?
1) What is the difference between next education and next line?
2) Why when the debut encounter "cout" no longer advances to the next line?
3) Is it possible to view the stack?
Thanks
2)TDM GCC's GDB has a bug when encounting have 'endl';
3)You can see the call stack in the CPU window.