Intel® System Debugger User Guide
ID | Date | Version | Classification |
---|---|---|---|
648476 | 10/17/2024 | Confidential |
Disassembly View
Menu
Window > Show View > Disassembly
Toolbar
Disassembly
The Disassembly view displays the program as a list of assembler instructions. You can configure the view to display the assembler instructions and the corresponding lines of source code together. The currently executed instruction is highlighted and indicated by a marker in the view.
By default, the Disassembly view displays instructions associated with the active debug context. If no active debug context exists, the view is empty.
View Toolbar Options
You can interact with the Disassembly view using the following buttons:
- Refresh View
Refreshed the view and updates the list of assembler instructions.
- Go to Current Program Counter
Returns to the assembler instructions being executed at the current time.
- Link with Active Debug Context
Displays only instructions associated with the debug context selected in the Debug view.
- Show Source
Displays assembler instructions together with the corresponding lines of high-level source code.