How do I run a program step by step?

Nemo Nusquam cym224@gmail.com
Sun Sep 10 18:09:38 GMT 2023


On 2023-09-10 11:31, Jason Long via Gdb wrote:
> Hello,How to run an .exe file step by step and see what happens at each step of execution? For example, what files the program creates or deletes and...
> Any idea welcomed.
> Thank you.
The official documentation is here: 
https://sourceware.org/gdb/current/onlinedocs/gdb.html/

If that is too advanced or succinct for you, searching for "gdb 
tutorials" will reward you with dozens of tutorials.

N.


More information about the Gdb mailing list