Intel® System Debugger User Guide

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

Target Run Control

The list below introduces the basic set of run control commands:

halt()

Stop the execution of all general purpose cores.

status()

Get information about all general purpose cores executing when the target is halted.

forensic.image_​scans()

Get information about the Microsoft* system application running in the halted debug context.

go()

Resume general purpose cores after stopping at a desired debug context.

To use these commands, ensure that the target is connected and launch the Python* console for WinDbg* any of the following ways:

  • Click the desktop icon or open the Start Menu and search for Intel(R) Debug Extensions for WinDbg* <year> NDA <version>.

  • Run windbg_​iajtag_​console.bat located at <install_​dir>\system_​debugger\<version>.

  • Launch isd_​shell.bat located in the root installation directory and run windbg_​dci to invoke WinDbg*.