Introduction

The TEMU System Debugger is a graphical system debugger for TEMU targets. It connects to debug targets via the Target Communication Framework (TCF) protocol, allowing you to:

  • Control execution (run, pause, step, reverse).

  • Inspect source code (locally) and disassembly (target).

  • Examine memory, registers, and object properties.

  • Inspect Symbols and memory values with addition memory area type assumtion.

  • Manage breakpoints, watchpoints, and complex breakpoint patterns.

  • Navigate call stacks and variables.

  • Review timeline events.

  • Run TEMU commands from the integrated terminal.

The interface uses a flexible dock-based layout.