Re: How do I run a program step by step?
Nemo Nusquam via Gdb <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
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.