How To View Every Line Execution In Dev C++

04.01.2021

hello guyz.
Need urgent help on this !!!

To set a breakpoint on a line, just click on the gutter (the gray band on the left), or press Ctrl-F5. Now you are ready to launch the debugger, by pressing F8 or clicking the debug button. If everything goes well, the program will start, and then stop at the first breakpoint. You can step through the code in a number of different methods, you can step through line by line using F11, step over using F10 or step out using (Shift+F11). Step Through: Each and every line of code executed will be debugged. When a method call is invoked the flow enters the method and returns to the calling line after it has completed.

Is there a way to find out the total memory being consumed by my C++ program. I have seen in many online coding competitions that set a limit on memory consumption. Is there any tool by which I can find memory being consumed by my program.

Kindly provide any suitable method in Linux in vi editor or in Windows.
I use Dev C++ as an editor in Windows. So if there is any suitable tool in the editor itself please let me know..

  • 3 Contributors
  • forum 9 Replies
  • 3,215 Views
  • 8 Hours Discussion Span
  • commentLatest Postby ashishchoureLatest Post

ranjita.cdt.esg

unsigned int UI_MemoryUsed = GetMemoryTotalPhys(); Auto tune a voice on logix pro x.

How To View Every Line Execution In Dev C 5

Hope this helps. It works for me. I use Borland builder c++ Enterprise edition IDE.

How To View Every Line Execution In Dev C Free

Let Me Know