<p>The <b>Disassembly</b> view shows the loaded program as assembler instructions mixed with source code for comparison. The currently executing line is indicated by an arrow marker and highlighted in the view. You can do the following tasks in the Disassembly view:</p>
<ul>
<li>Set breakpoints at the start of any assembler instruction</li>
<li>Enable and disable breakpoints and their set their properties </li>
<li>Step through the disassembly instructions of your program</li>
<li>Jump to specific instructions in the program </li>
<tdvalign="top"><p>Resumes program execution until the specific line is reached. This is a convenient way to suspend execution at a line without setting a breakpoint.</p></td>