Intel® System Debugger User Guide

ID 648476
Date 06/13/2024
Confidential
Document Table of Contents

Setting the IO Port Access Breakpoint

To set a breakpoint for intercepting the IO port access event:

  1. Halt the target by pressing the suspend Suspend button.

  2. In the Breakpoints view, click the add Add Breakpoint button.

  3. In the opened dialog box, select the IO Breakpoint radio button and specify the breakpoint address.

    Note:

    You can enter the address in a non-hex format and it will be automatically converted into the hex equivalent.

io_bp

  1. Click OK.

Now you can resume you target and see how the specified event is caught. When (or if) the breakpoint is hit, the target gets halted.

You can also view and edit IO port values using a scripting solution.