mirror of
https://github.com/Hizenberg469/GDB-tutorial.git
synced 2026-04-19 22:02:23 +03:00
Section 12: More Interactive Debugging --> complete
This commit is contained in:
9
GDB-Debug-cycle-Rerunning-and-Reviewing.adoc
Normal file
9
GDB-Debug-cycle-Rerunning-and-Reviewing.adoc
Normal file
@@ -0,0 +1,9 @@
|
||||
= *GDB Debug Cycle -- Rerunning and reviewing software*
|
||||
|
||||
To disable all the breakpoints applied, use command `disable`.
|
||||
|
||||
To enable it again, we can use the command `enable`.
|
||||
|
||||
To load the executable with new updated symbols due to the changes in the source code, we can use command `file ./<executable>`.
|
||||
|
||||
This way don't need to create a new session of GDB each time we compile the source code with updated changes.
|
||||
Reference in New Issue
Block a user