SLIDE 1
Mike Madison The main use of a debugger is to run the target program - - PowerPoint PPT Presentation
Mike Madison The main use of a debugger is to run the target program - - PowerPoint PPT Presentation
Mike Madison The main use of a debugger is to run the target program under controlled conditions that permit the programmer to track its operations in progress and monitor changes in computer resources (most often memory areas used by the target
SLIDE 2
SLIDE 3
SLIDE 4
SLIDE 5
SLIDE 6
SLIDE 7
SLIDE 8
SLIDE 9
SLIDE 10
SLIDE 11
SLIDE 12
SLIDE 13
SLIDE 14
SLIDE 15
SLIDE 16
SLIDE 17
SLIDE 18
SLIDE 19
SLIDE 20
SLIDE 21
SLIDE 22
SLIDE 23
The main use of a debugger is to run the target program under controlled conditions that permit the programmer to track its
- perations in progress and monitor changes in computer resources
(most often memory areas used by the target program or the computer's operating system) that may indicate malfunctioning
- code. Typical debugging facilities include the ability to run or halt
the target program at specific points, display the contents of memory, CPU registers or storage devices (such as disk drives), and modify memory or register contents in order to enter selected test data that might be a cause of faulty program execution. https://en.wikipedia.org/wiki/Debugger
SLIDE 24
SLIDE 25
SLIDE 26
SLIDE 27
SLIDE 28
SLIDE 29
SLIDE 30
SLIDE 31