Intel® System Debugger User Guide

ID Date Version Classification
648476 10/17/2024 Confidential
Document Table of Contents

Disassembly View

Toolbar

disassembly_view 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 Refresh View

Refreshed the view and updates the list of assembler instructions.

go_to_current_counter Go to Current Program Counter

Returns to the assembler instructions being executed at the current time.

link_with_debug_view Link with Active Debug Context

Displays only instructions associated with the debug context selected in the Debug view.

show_source Show Source

Displays assembler instructions together with the corresponding lines of high-level source code.